Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dmethodobject.h12 #define PyCFunction_GET_FUNCTION(func) \ macro
/external/python/cpython2/Include/
Dmethodobject.h29 #define PyCFunction_GET_FUNCTION(func) \ macro
/external/python/cpython3/Objects/
Dmethodobject.c125 return PyCFunction_GET_FUNCTION(op); in PyCFunction_GetFunction()
408 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()
534 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in cfunction_call()
Dtypeobject.c7506 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/cpython2/Python/
Dceval.c4353 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1583 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); in SwigPyObject_dealloc()