Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c919 static PyMethodDef sys_methods[] = { variable
1363 m = Py_InitModule3("sys", sys_methods, sys_doc); in _PySys_Init()