GNU Info

Info Node: (python2.1-api.info)Types

(python2.1-api.info)Types


Prev: Reference Counts Up: Objects
Enter node , (file) or (file)node

Types
-----

There are few other data types that play a significant role in the
Python/C API; most are simple C types such as `int', `long', `double'
and `char*'.  A few structure types are used to describe static tables
used to list the functions exported by a module or the data attributes
of a new object type, and another is used to describe the value of a
complex number.  These will be discussed together with the functions
that use them.


automatically generated by info2www version 1.2.2.9