Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dmethodobject.h65 static inline PyTypeObject* PyCFunction_GET_CLASS(PyObject *func_obj) { in PyCFunction_GET_CLASS() function
73 # define PyCFunction_GET_CLASS(func) PyCFunction_GET_CLASS(_PyObject_CAST(func)) macro