Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c67 return PyCFunction_GET_SELF(op); in PyCFunction_GetSelf()
85 PyObject *self = PyCFunction_GET_SELF(func); in PyCFunction_Call()
159 PyObject *self = PyCFunction_GET_SELF(func); in _PyCFunction_FastCallDict()
407 self = PyCFunction_GET_SELF(m); in meth_get__self__()
/external/python/cpython2/Include/
Dmethodobject.h31 #define PyCFunction_GET_SELF(func) \ macro
/external/python/cpython3/Include/
Dmethodobject.h34 #define PyCFunction_GET_SELF(func) \ macro
/external/python/cpython2/Objects/
Dmethodobject.c75 PyObject *self = PyCFunction_GET_SELF(func); in PyCFunction_Call()
/external/python/cpython3/Modules/
D_elementtree.c3158 PyCFunction_GET_SELF(parser_doctype) == self_pyobj && in expat_start_doctype_handler()
/external/python/cpython2/Python/
Dceval.c4334 PyObject *self = PyCFunction_GET_SELF(func); in call_function()