Home
last modified time | relevance | path

Searched refs:module_docs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c5221 static const char module_docs[] = variable
5423 module_docs,
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5481 static char *module_docs = variable
5679 m = Py_InitModule3("_ctypes", _ctypes_module_methods, module_docs); in init_ctypes()