Searched defs:PyDoc_STR (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Include/
H A DPython.h171 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
173 #define PyDoc_STR(str) str macro
175 #define PyDoc_STR(str) "" macro
/external/python/cpython2/Modules/
H A Dpyexpat.c15 * Don't change the PyDoc_STR macro definition to (str), because
20 #define PyDoc_STR(str) str macro
22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
H A D_csv.c25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
27 #define PyDoc_STR(str) str macro
29 #define PyDoc_STR(str) "" macro

Completed in 144 milliseconds