Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsysmodule.h15 PyAPI_FUNC(void) PySys_SetPath(char *);
/external/python/cpython3/Include/
Dsysmodule.h19 PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def375 PySys_SetPath
/external/python/cpython2/Doc/c-api/
Dsys.rst84 .. c:function:: void PySys_SetPath(char *path)
/external/python/cpython2/Python/
Dpythonrun.c256 PySys_SetPath(Py_GetPath()); in Py_InitializeEx()
624 PySys_SetPath(Py_GetPath()); in Py_NewInterpreter()
Dsysmodule.c1567 PySys_SetPath(char *path) in PySys_SetPath() function
/external/python/cpython3/PC/
Dpython3.def562 PySys_SetPath=python37.PySys_SetPath
/external/python/cpython2/PC/os2emx/
Dpython27.def1134 "PySys_SetPath"
/external/python/cpython3/Doc/c-api/
Dsys.rst226 .. c:function:: void PySys_SetPath(const wchar_t *path)
/external/python/cpython3/Python/
Dsysmodule.c2566 PySys_SetPath(const wchar_t *path) in PySys_SetPath() function