HomeSort by relevance Sort by last modified time
    Searched defs:im_func (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 33 PyObject *im_func; /* The callable object implementing the method */ member in struct:__anon62238
70 (((PyMethodObject *)meth) -> im_func)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 33 PyObject *im_func; /* The callable object implementing the method */ member in struct:__anon62361
70 (((PyMethodObject *)meth) -> im_func)

Completed in 1041 milliseconds