Home
last modified time | relevance | path

Searched refs:PyMethod_Check (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dclassobject.h43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dclassobject.h43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c2692 if (PyMethod_Check(func) in PyEval_EvalFrameEx()
3890 if (PyMethod_Check(func)) in PyEval_GetFuncName()
3909 if (PyMethod_Check(func)) in PyEval_GetFuncDesc()
4018 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) != NULL) { in call_function()
4217 else if (PyMethod_Check(func)) in do_call()
4312 else if (PyMethod_Check(func)) in ext_do_call()
D_warnings.c407 if (!PyMethod_Check(show_fxn) && !PyFunction_Check(show_fxn)) { in warn_explicit()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c2707 if (PyMethod_Check(func) in PyEval_EvalFrameEx()
3912 if (PyMethod_Check(func)) in PyEval_GetFuncName()
3931 if (PyMethod_Check(func)) in PyEval_GetFuncDesc()
4040 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) != NULL) { in call_function()
4239 else if (PyMethod_Check(func)) in do_call()
4334 else if (PyMethod_Check(func)) in ext_do_call()
D_warnings.c407 if (!PyMethod_Check(show_fxn) && !PyFunction_Check(show_fxn)) { in warn_explicit()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c141 if (!PyMethod_Check(im)) { in PyMethod_Function()
151 if (!PyMethod_Check(im)) { in PyMethod_Self()
161 if (!PyMethod_Check(im)) { in PyMethod_Class()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c141 if (!PyMethod_Check(im)) { in PyMethod_Function()
151 if (!PyMethod_Check(im)) { in PyMethod_Self()
161 if (!PyMethod_Check(im)) { in PyMethod_Class()