GNU Info

Info Node: (python2.1-lib.info)Type Objects

(python2.1-lib.info)Type Objects


Next: Null Object Prev: Code Objects Up: Other Built-in Types
Enter node , (file) or (file)node

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'>'.


automatically generated by info2www version 1.2.2.9