Searched defs:PyDoc_STRVAR (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Include/
H A DPython.h171 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/external/python/cpython2/Mac/Modules/
H A DautoGIL.c8 #ifndef PyDoc_STRVAR
9 #define PyDoc_STRVAR(Var,Str) static char Var[] = Str macro
108 PyDoc_STRVAR(autoGIL_installAutoGIL_doc,
126 PyDoc_STRVAR(autoGIL_docs,
/external/python/cpython3/Include/
H A Dpymacro.h71 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
H A Dcext.h205 #ifndef PyDoc_STRVAR
206 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
H A Dcext.h243 #ifndef PyDoc_STRVAR
244 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/external/python/cpython2/Modules/
H A Dpyexpat.c11 #ifndef PyDoc_STRVAR
22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
888 PyDoc_STRVAR(xmlparse_Parse__doc__,
957 PyDoc_STRVAR(xmlparse_ParseFile__doc__,
1001 PyDoc_STRVAR(xmlparse_SetBase__doc__,
1019 PyDoc_STRVAR(xmlparse_GetBase__doc__,
1029 PyDoc_STRVAR(xmlparse_GetInputContext__doc__,
1053 PyDoc_STRVAR(xmlparse_ExternalEntityParserCreate__doc__,
1145 PyDoc_STRVAR(xmlparse_SetParamEntityParsing__doc__,
1165 PyDoc_STRVAR(xmlparse_UseForeignDTD__doc_
[all...]
H A D_csv.c22 #ifndef PyDoc_STRVAR
25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
31 #endif /* ifndef PyDoc_STRVAR */
466 PyDoc_STRVAR(Dialect_Type_doc,
867 PyDoc_STRVAR(Reader_Type_doc,
1158 PyDoc_STRVAR(csv_writerow_doc,
1240 PyDoc_STRVAR(csv_writerows_doc,
1314 PyDoc_STRVAR(Writer_Type_doc,
1465 PyDoc_STRVAR(csv_module_doc,
1523 PyDoc_STRVAR(csv_reader_do
[all...]
H A D_tkinter.c37 #ifndef PyDoc_STRVAR
38 #define PyDoc_STRVAR(name,str) static char name[] = str macro
914 PyDoc_STRVAR(PyTclObject_string__doc__,
932 PyDoc_STRVAR(PyTclObject_unicode__doc__, "convert argument to unicode");
969 PyDoc_STRVAR(get_typename__doc__, "name of the Tcl type");

Completed in 251 milliseconds