Searched defs:im_func (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Include/
H A Dclassobject.h14 PyObject *im_func; /* The callable object implementing the method */ member in struct:__anon19786
31 (((PyMethodObject *)meth) -> im_func)
/external/python/cpython2/Include/
H A Dclassobject.h33 PyObject *im_func; /* The callable object implementing the method */ member in struct:__anon19224
70 (((PyMethodObject *)meth) -> im_func)

Completed in 128 milliseconds