Home
last modified time | relevance | path

Searched defs:PyCFunction_GET_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dmethodobject.h40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION() function
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) macro
/external/python/cpython2/Include/
Dmethodobject.h29 #define PyCFunction_GET_FUNCTION(func) \ macro