pickle.TypeType
¶
Methods¶
__format__ |
default object formatter |
__instancecheck__ (() -> bool) |
check if an object is an instance |
__new__ ((S, ...) |
|
__reduce__ |
helper for pickle |
__reduce_ex__ |
helper for pickle |
__sizeof__ (() -> int) |
size of object in memory, in bytes |
__subclasscheck__ (() -> bool) |
check if a class is a subclass |
__subclasses__ (...) |
|
__subclasshook__ |
Abstract classes can override this to customize issubclass(). |
mro (() -> list) |
return a type’s method resolution order |