Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython.h173 #define PyDoc_VAR(name) static char name[] macro
174 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h201 #ifndef PyDoc_VAR
202 #define PyDoc_VAR(name) static char name[] macro
206 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
/external/python/cpython3/Include/
Dpymacro.h70 #define PyDoc_VAR(name) static char name[] macro
71 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h239 #ifndef PyDoc_VAR
240 #define PyDoc_VAR(name) static char name[] macro
244 #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.c1547 PyDoc_VAR(BZ2File__doc__) =
/external/python/cpython2/Python/
Dsysmodule.c1059 PyDoc_VAR(sys_doc) =
/external/python/cpython3/Python/
Dsysmodule.c1930 PyDoc_VAR(sys_doc) =
/external/python/cpython2/Objects/
Dfileobject.c2488 PyDoc_VAR(file_doc) =
/external/python/cpython3/Modules/
Dposixmodule.c5558 PyDoc_VAR(os_sched_param__doc__);