Searched refs:_PySys_Init (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython3/Include/
H A Dpylifecycle.h80 PyAPI_FUNC(PyObject *) _PySys_Init(void);
/external/python/cpython2/Include/
H A Dpythonrun.h122 PyAPI_FUNC(PyObject *) _PySys_Init(void);
/external/python/cpython2/Python/
H A Dsysmodule.c1357 _PySys_Init(void) function
H A Dpythonrun.c241 sysmod = _PySys_Init();
/external/python/cpython3/Python/
H A Dpylifecycle.c403 sysmod = _PySys_Init();
H A Dsysmodule.c1886 _PySys_Init(void) function

Completed in 200 milliseconds