Next: The Null Object Prev: Methods Up: Other Built-in Types Top: Top

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

Types are written like this: <type 'int'>.