Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dclassobject.h34 static inline PyObject* PyMethod_GET_FUNCTION(PyObject *meth) { in PyMethod_GET_FUNCTION() function
37 #define PyMethod_GET_FUNCTION(meth) PyMethod_GET_FUNCTION(_PyObject_CAST(meth)) macro