types
¶
Define names for all type symbols known in the standard interpreter.
Types that are part of optional modules (e.g. array) are not listed.
Classes¶
BooleanType |
alias of bool |
BufferType |
alias of buffer |
BuiltinFunctionType |
alias of builtin_function_or_method |
BuiltinMethodType |
alias of builtin_function_or_method |
ClassType |
alias of classobj |
CodeType |
alias of code |
ComplexType |
alias of complex |
DictProxyType |
alias of dictproxy |
DictType |
alias of dict |
DictionaryType |
alias of dict |
EllipsisType |
alias of ellipsis |
FileType |
alias of file |
FloatType |
alias of float |
FrameType |
alias of frame |
FunctionType |
alias of function |
GeneratorType |
alias of generator |
GetSetDescriptorType |
alias of getset_descriptor |
InstanceType |
alias of instance |
IntType |
alias of int |
LambdaType |
alias of function |
ListType |
alias of list |
LongType |
alias of long |
MemberDescriptorType |
alias of member_descriptor |
MethodType |
alias of instancemethod |
ModuleType |
alias of module |
NoneType |
|
NotImplementedType |
|
ObjectType |
alias of object |
SliceType |
alias of slice |
StringType |
alias of str |
TracebackType |
alias of traceback |
TupleType |
alias of tuple |
TypeType |
alias of type |
UnboundMethodType |
alias of instancemethod |
UnicodeType |
alias of unicode |
XRangeType |
alias of xrange |