Searched refs:_PyCFunctionObject_CAST (Results 1 – 1 of 1) sorted by relevance
16 #define _PyCFunctionObject_CAST(func) \ macro41 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()