PyTypeObject* XXX(PyObject*)

Martin von Loewis loewis at informatik.hu-berlin.de
Tue Mar 5 04:37:52 EST 2002


helmut.zeisel at aon.at (Helmut Zeisel) writes:

> PyTypeObject* t = XXX(po);
> 
> What should be XXX, i.e., what is the name of the function
> to get the TypeObject of a Python Object?

No function: t = po->ob_type.

Regards,
Martin



More information about the Python-list mailing list