Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dclassobject.h29 #define _PyMethod_CAST(meth) \ macro
35 return _PyMethod_CAST(meth)->im_func; in PyMethod_GET_FUNCTION()
40 return _PyMethod_CAST(meth)->im_self; in PyMethod_GET_SELF()