Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h122 PyAPI_FUNC(PyObject *) _PySys_Init(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def462 _PySys_Init
/external/python/cpython2/PC/os2emx/
Dpython27.def1132 "_PySys_Init"
/external/python/cpython2/Python/
Dsysmodule.c1357 _PySys_Init(void) in _PySys_Init() function
Dpythonrun.c241 sysmod = _PySys_Init(); in Py_InitializeEx()