OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:func_module
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h
31
PyObject *
func_module
; /* The __module__ attribute, can be anything */
member in struct:__anon63080
60
(((PyFunctionObject *)func) ->
func_module
)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h
31
PyObject *
func_module
; /* The __module__ attribute, can be anything */
member in struct:__anon63203
60
(((PyFunctionObject *)func) ->
func_module
)
Completed in 91 milliseconds