Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c69 return PyCFunction_GET_SELF(op); in PyCFunction_GetSelf()
186 self = PyCFunction_GET_SELF(m); in meth_get__self__()
Dcall.c583 PyCFunction_GET_SELF(func), in _PyCFunction_FastCallDict()
731 PyCFunction_GET_SELF(func), in _PyCFunction_FastCallKeywords()
745 PyObject *self = PyCFunction_GET_SELF(func); in cfunction_call_varargs()
/external/python/cpython2/Include/
Dmethodobject.h31 #define PyCFunction_GET_SELF(func) \ macro
/external/python/cpython3/Include/
Dmethodobject.h36 #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.c3235 PyCFunction_GET_SELF(parser_doctype) == self_pyobj && in expat_start_doctype_handler()
/external/python/cpython2/Python/
Dceval.c4354 PyObject *self = PyCFunction_GET_SELF(func); in call_function()