Searched refs:Py_SetPythonHome (Results 1 – 11 of 11) sorted by relevance
40 PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
507 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
823 function,Py_SetPythonHome,3.2,
89 EXPORT_FUNC(Py_SetPythonHome)
1481 Py_SetPythonHome(home); in test_init_setpythonhome()
845 :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
5550 :c:func:`Py_SetPythonHome` and :c:func:`Py_SetProgramName`: fix Python
34 * :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`
740 If :c:func:`Py_SetPythonHome` has been called, use its argument if it is
1562 function Py_SetPythonHome
29274 Py_SetPythonHome(), makes it easier for embedding applications to29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to