Home | History | Annotate | Download | only in Modules

Lines Matching defs:PyDoc_VAR

24 #define PyDoc_VAR(name) static char name[]

25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)