Home
last modified time | relevance | path

Searched defs:PyDoc_STRVAR (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Mac/Modules/
DautoGIL.c9 #define PyDoc_STRVAR(Var,Str) static char Var[] = Str macro
/external/python/cpython2/Include/
DPython.h171 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/external/python/cpython2/Modules/
D_csv.c25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
Dpyexpat.c22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
D_tkinter.c38 #define PyDoc_STRVAR(name,str) static char name[] = str macro