Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_SELF (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h31 #define PyCFunction_GET_SELF(func) \ macro
/external/python/cpython2/Objects/
Dmethodobject.c75 PyObject *self = PyCFunction_GET_SELF(func); in PyCFunction_Call()
/external/python/cpython2/Python/
Dceval.c4334 PyObject *self = PyCFunction_GET_SELF(func); in call_function()