Previous: 2.1.7.5 Code Objects Up: 2.1.7 Other Built-in Types Next: 2.1.7.7 The Null Object
2.1.7.6 Type Objects
Type objects represent the various object types. An object's type is accessed by the built-in function type(). There are no special operations on types. The standard module types defines names for all standard built-in types.
Types are written like this: <type 'int'>.
Python Library Reference
Previous: 2.1.7.5 Code Objects Up: 2.1.7 Other Built-in Types Next: 2.1.7.7 The Null Object
See About this document... for information on suggesting changes.