Home
last modified time | relevance | path

Searched refs:PyDoc_VAR (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
DPython.h170 #define PyDoc_VAR(name) static char name[] macro
171 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
/external/python/cpython2/Modules/
D_csv.c24 #define PyDoc_VAR(name) static char name[] macro
25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
Dpyexpat.c21 #define PyDoc_VAR(name) static char name[] macro
22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
D_hotshot.c1569 PyDoc_VAR(resolution__doc__) =
Dbz2module.c1533 PyDoc_VAR(BZ2File__doc__) =
/external/python/cpython2/Python/
Dsysmodule.c1059 PyDoc_VAR(sys_doc) =
/external/python/cpython2/Objects/
Dfileobject.c2443 PyDoc_VAR(file_doc) =