Home
last modified time | relevance | path

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

/third_party/python/Include/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ macro
/third_party/python/Objects/
Dclassobject.c43 PyObject *func = PyMethod_GET_FUNCTION(method); in method_vectorcall()
123 PyObject *func = PyMethod_GET_FUNCTION(im); in method_reduce()
/third_party/python/Doc/c-api/
Dmethod.rst83 .. c:function:: PyObject* PyMethod_GET_FUNCTION(PyObject *meth)
/third_party/python/Doc/data/
Drefcounts.dat1314 PyMethod_GET_FUNCTION:PyObject*::0:
1315 PyMethod_GET_FUNCTION:PyObject*:im:0:
/third_party/python/Python/
Dceval.c5759 return PyEval_GetFuncName(PyMethod_GET_FUNCTION(func)); in PyEval_GetFuncName()
/third_party/python/Modules/
D_pickle.c390 func2 = PyMethod_GET_FUNCTION(func); in init_method_ref()