OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyDoc_STRVAR
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h
171
#define
PyDoc_STRVAR
(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h
171
#define
PyDoc_STRVAR
(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
Completed in 28 milliseconds