OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon60429
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:__anon60552
70
(((PyMethodObject *)meth) ->
im_func
)
Completed in 40 milliseconds