Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c57 return PyCFunction_GET_FUNCTION(op); in PyCFunction_GetFunction()
84 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call()
158 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in _PyCFunction_FastCallDict()
Dtypeobject.c6866 PyCFunction_GET_FUNCTION(descr) == in update_one_slot()
/external/python/cpython2/Include/
Dmethodobject.h29 #define PyCFunction_GET_FUNCTION(func) \ macro
/external/python/cpython3/Include/
Dmethodobject.h32 #define PyCFunction_GET_FUNCTION(func) \ macro
/external/python/cpython2/Objects/
Dmethodobject.c74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call()
Dtypeobject.c6292 PyCFunction_GET_FUNCTION(descr) ==
/external/python/cpython3/Modules/
D_elementtree.c3159 PyCFunction_GET_FUNCTION(parser_doctype) == in expat_start_doctype_handler()
/external/python/cpython2/Python/
Dceval.c4333 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()