Searched refs:PyClassObject (Results 1 - 5 of 5) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dclassobject.h22 } PyClassObject; typedef in typeref:struct:__anon131595
26 PyClassObject *in_class; /* The class object */
H A Dpyerrors.h107 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dclassobject.h22 } PyClassObject; typedef in typeref:struct:__anon131718
26 PyClassObject *in_class; /* The class object */
H A Dpyerrors.h107 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
/prebuilts/misc/common/swig/include/2.0.11/python/
H A Dpyrun.swg1343 inst->in_class = (PyClassObject *)data->newargs;

Completed in 263 milliseconds