next up previous contents index
Next: The Null Object Up: 2.1.7 Other Built-in Types Previous: Code Objects

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



guido@cnri.reston.va.us