Home
last modified time | relevance | path

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

/third_party/python/Include/
Dsysmodule.h15 PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);
/third_party/python/Doc/data/
Dstable_abi.dat585 function,PySys_SetPath,3.2,
/third_party/python/PC/
Dpython3dll.c542 EXPORT_FUNC(PySys_SetPath)
/third_party/python/Doc/c-api/
Dsys.rst253 .. c:function:: void PySys_SetPath(const wchar_t *path)
/third_party/python/Misc/
Dstable_abi.txt1235 function PySys_SetPath
/third_party/python/Python/
Dsysmodule.c3167 PySys_SetPath(const wchar_t *path) in PySys_SetPath() function
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch596 PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);