Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5386 static char *module_docs = variable
5584 m = Py_InitModule3("_ctypes", _ctypes_module_methods, module_docs); in init_ctypes()