Home
last modified time | relevance | path

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

/third_party/python/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