Home
last modified time | relevance | path

Searched refs:PyMethod_GET_CLASS (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dclassobject.h73 #define PyMethod_GET_CLASS(meth) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dclassobject.h73 #define PyMethod_GET_CLASS(meth) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c2528 PyObject *klass = PyMethod_GET_CLASS(func); in instancemethod_call()
2595 if (PyMethod_GET_CLASS(meth) != NULL && cls != NULL) { in instancemethod_descr_get()
2597 int ok = PyObject_IsSubclass(cls, PyMethod_GET_CLASS(meth)); in instancemethod_descr_get()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c2552 PyObject *klass = PyMethod_GET_CLASS(func); in instancemethod_call()
2619 if (PyMethod_GET_CLASS(meth) != NULL && cls != NULL) { in instancemethod_descr_get()
2621 int ok = PyObject_IsSubclass(cls, PyMethod_GET_CLASS(meth)); in instancemethod_descr_get()