Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_CLASS (Results 1 – 2 of 2) 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
/third_party/python/Objects/
Dmethodobject.c155 return PyCFunction_GET_CLASS(op); in PyCMethod_GetClass()
172 Py_XDECREF(PyCFunction_GET_CLASS(m)); in meth_dealloc()
249 Py_VISIT(PyCFunction_GET_CLASS(m)); in meth_traverse()
453 PyTypeObject *cls = PyCFunction_GET_CLASS(func); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()