Home | Sort by relevance Sort by last modified time |
/external/python/cpython2/PC/ | |
msvcrtmodule.c | 377 static struct PyMethodDef msvcrt_functions[] = { variable in typeref:struct:PyMethodDef 402 PyObject *m = Py_InitModule("msvcrt", msvcrt_functions); |
/external/python/cpython3/PC/ | |
msvcrtmodule.c | 494 static struct PyMethodDef msvcrt_functions[] = { variable in typeref:struct:PyMethodDef 522 msvcrt_functions, |