class object interface document
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Sun Mar 2 05:26:03 EST 2008
En Sun, 02 Mar 2008 00:55:23 -0200, Neil.Fang.CN <NeilFang2008 at gmail.com>
escribió:
> Where can I find the Python class object interface document, such as
> struct PyClassObject, PyClass_New()? Thanks!
PyClass_* and PyInstance_* are for old-style classes and instances
respectively, and will disappear in v3.0.
PyInstance is in the section 7.5.2 in the Python/C API Reference Manual; I
don't find any documentation on PyClass itself.
--
Gabriel Genellina
More information about the Python-list
mailing list