Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsysmodule.h15 PyAPI_FUNC(void) PySys_SetPath(char *);
/external/python/cpython3/Include/
Dsysmodule.h15 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/cpython2/PC/os2emx/
Dpython27.def1134 "PySys_SetPath"
/external/python/cpython3/PC/
Dpython3dll.c542 EXPORT_FUNC(PySys_SetPath)
/external/python/cpython3/Doc/data/
Dstable_abi.dat585 function,PySys_SetPath,3.2,
Dpython3.10.abi644 …<elf-symbol name='PySys_SetPath' type='func-type' binding='global-binding' visibility='default-vis…
18278PySys_SetPath' mangled-name='PySys_SetPath' filepath='./Python/sysmodule.c' line='3123' column='1'…
/external/python/cpython3/Doc/c-api/
Dsys.rst253 .. c:function:: void PySys_SetPath(const wchar_t *path)
/external/python/cpython3/Misc/
Dstable_abi.txt1235 function PySys_SetPath
/external/python/cpython3/Python/
Dsysmodule.c3123 PySys_SetPath(const wchar_t *path) in PySys_SetPath() function