Home
last modified time | relevance | path

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

/third_party/python/Include/
Dsysmodule.h15 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);
/third_party/python/PC/
Dpython3dll.c553 EXPORT_FUNC(PySys_SetPath)
/third_party/python/Doc/data/
Dstable_abi.dat603 function,PySys_SetPath,3.2,,
/third_party/python/Doc/c-api/
Dsys.rst265 .. c:function:: void PySys_SetPath(const wchar_t *path)
/third_party/python/Python/
Dsysmodule.c3283 PySys_SetPath(const wchar_t *path) in PySys_SetPath() function
/third_party/python/Misc/
Dstable_abi.toml1327 [function.PySys_SetPath]
DNEWS3352 :c:func:`PySys_SetArgvEx`, :c:func:`PySys_SetPath`. Patch by Victor
/third_party/python/Doc/whatsnew/
D3.11.rst2573 * :c:func:`PySys_SetPath`
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch721 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);