| types | index /usr/lib/python2.1/types.py |
Define names for all type symbols known in the standard interpreter.
Types that are part of optional modules (e.g. array) are not listed.
| Data | ||
| BufferType = <type 'buffer'> BuiltinFunctionType = <type 'builtin_function_or_method'> BuiltinMethodType = <type 'builtin_function_or_method'> ClassType = <type 'class'> CodeType = <type 'code'> ComplexType = <type 'complex'> DictType = <type 'dictionary'> DictionaryType = <type 'dictionary'> EllipsisType = <type 'ellipsis'> FileType = <type 'file'> FloatType = <type 'float'> FrameType = <type 'frame'> FunctionType = <type 'function'> InstanceType = <type 'instance'> IntType = <type 'int'> LambdaType = <type 'function'> ListType = <type 'list'> LongType = <type 'long int'> MethodType = <type 'instance method'> ModuleType = <type 'module'> NoneType = <type 'None'> SliceType = <type 'slice'> StringType = <type 'string'> TracebackType = <type 'traceback'> TupleType = <type 'tuple'> TypeType = <type 'type'> UnboundMethodType = <type 'instance method'> UnicodeType = <type 'unicode'> XRangeType = <type 'xrange'> __file__ = '/usr/lib/python2.1/types.pyc' __name__ = 'types' | ||