Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_FUNCTION (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h29 #define PyCFunction_GET_FUNCTION(func) \ macro
/external/python/cpython3/Include/
Dmethodobject.h34 #define PyCFunction_GET_FUNCTION(func) \ macro
/external/python/cpython3/Objects/
Dmethodobject.c59 return PyCFunction_GET_FUNCTION(op); in PyCFunction_GetFunction()
Dcall.c744 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in cfunction_call_varargs()
Dtypeobject.c7117 PyCFunction_GET_FUNCTION(descr) == in update_one_slot()
/external/python/cpython2/Objects/
Dmethodobject.c74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call()
Dtypeobject.c6355 PyCFunction_GET_FUNCTION(descr) ==
/external/python/cpython3/Modules/
D_elementtree.c3236 PyCFunction_GET_FUNCTION(parser_doctype) == in expat_start_doctype_handler()
/external/python/cpython2/Python/
Dceval.c4353 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()