Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dmethodobject.h29 #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/cpython2/Python/
Dceval.c4333 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()