PyTypeObject* XXX(PyObject*)

Helmut Zeisel helmut.zeisel at aon.at
Tue Mar 5 15:44:27 EST 2002


Martin von Loewis <loewis at informatik.hu-berlin.de> wrote in message news:<j4adtn73tb.fsf at informatik.hu-berlin.de>...
> 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.
> 
Thank you,

Helmut



More information about the Python-list mailing list