Home
last modified time | relevance | path

Searched refs:Py_SetPythonHome (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dpylifecycle.h40 PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
/third_party/python/Python/
Dpathconfig.c507 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
/third_party/python/Doc/data/
Dstable_abi.dat823 function,Py_SetPythonHome,3.2,
/third_party/python/PC/
Dpython3dll.c89 EXPORT_FUNC(Py_SetPythonHome)
/third_party/python/Programs/
D_testembed.c1481 Py_SetPythonHome(home); in test_init_setpythonhome()
/third_party/python/Misc/NEWS.d/
D3.7.0a4.rst845 :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
D3.9.0a1.rst5550 :c:func:`Py_SetPythonHome` and :c:func:`Py_SetProgramName`: fix Python
/third_party/python/Doc/c-api/
Dinit.rst34 * :c:func:`Py_SetPythonHome`
650 .. c:function:: void Py_SetPythonHome(const wchar_t *home)
668 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
Dinit_config.rst740 If :c:func:`Py_SetPythonHome` has been called, use its argument if it is
/third_party/python/Misc/
Dstable_abi.txt1562 function Py_SetPythonHome
DHISTORY29274 Py_SetPythonHome(), makes it easier for embedding applications to
29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to