Searched defs:PyObject_IsInstance (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dabstract.c2922 PyObject_IsInstance(PyObject *inst, PyObject *cls) function
2940 r = PyObject_IsInstance(inst, item);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dabstract.c2926 PyObject_IsInstance(PyObject *inst, PyObject *cls) function
2944 r = PyObject_IsInstance(inst, item);

Completed in 188 milliseconds