Home
last modified time | relevance | path

Searched refs:Py_SetPath (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Include/
Dpylifecycle.h149 PyAPI_FUNC(void) Py_SetPath(const wchar_t *);
/external/python/cpython3/Python/
Dpathconfig.c133 Py_SetPath(const wchar_t *path) in Py_SetPath() function
/external/python/cpython3/PC/
Dpython3.def756 Py_SetPath=python37.Py_SetPath
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst674 and Py_SetPath()
D3.6.4rc1.rst1127 and Py_SetPath()
/external/python/cpython3/Doc/c-api/
Dinit.rst30 * :c:func:`Py_SetPath`
441 single: Py_SetPath()
456 .. c:function:: void Py_SetPath(const wchar_t *)
/external/python/cpython3/Doc/using/
Dwindows.rst985 executable, explicitly call :c:func:`Py_SetPath` or (at least)
/external/python/cpython3/Misc/
DHISTORY8638 a possible crash when calling Py_SetPath().