Embedding Q: PyObject_CallObject

Gerhard Häring gerhard.haering at gmx.de
Thu Aug 22 14:24:00 EDT 2002


* Sung Kim <skim at adobe.com> [2002-08-22 10:56 -0700]:
> I'm new to Python and hope this isn't too basic a question.
> 
> If I use the C routine PyObject_CallObject to get a class instance
> back from Python, which utility routine can I use to access the
> returned object?

Many, though you'll probably want PyObject_GetAttr.
-- 
This sig powered by Python!
Außentemperatur in München: 18.9 °C      Wind: 1.4 m/s




More information about the Python-list mailing list