Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dclassobject.h39 static inline PyObject* PyMethod_GET_SELF(PyObject *meth) { in PyMethod_GET_SELF() function
42 #define PyMethod_GET_SELF(meth) PyMethod_GET_SELF(_PyObject_CAST(meth)) macro