Home
last modified time | relevance | path

Searched defs:sysdict (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h22 PyObject *sysdict; member
/external/python/cpython3/Python/
Dsysmodule.c2285 PyObject *m, *sysdict, *version_info; in _PySys_BeginInit() local
2465 _PySys_EndInit(PyObject *sysdict, _PyMainInterpreterConfig *config) in _PySys_EndInit()
/external/python/cpython3/Include/
Dpystate.h124 PyObject *sysdict; member
/external/python/cpython2/Python/
Dsysmodule.c1359 PyObject *m, *v, *sysdict; in _PySys_Init() local