Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dmethodobject.h16 #define _PyCFunctionObject_CAST(func) \ macro
41 return _PyCFunctionObject_CAST(func)->m_ml->ml_meth; in PyCFunction_GET_FUNCTION()
48 PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj); in PyCFunction_GET_SELF()
59 return _PyCFunctionObject_CAST(func)->m_ml->ml_flags; in PyCFunction_GET_FLAGS()
66 PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj); in PyCFunction_GET_CLASS()