Searched refs:Py_SetPythonHome (Results 1 – 16 of 16) sorted by relevance
50 Py_SetPythonHome(strdup(executable_path.c_str())); in main()
41 PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
25 PyAPI_FUNC(void) Py_SetPythonHome(char *);
446 Py_SetPythonHome
486 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
763 Py_SetPythonHome=python39.Py_SetPythonHome
1076 "Py_SetPythonHome"
1469 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 …exception of :c:func:`Py_SetProgramName`, :c:func:`Py_SetPythonHome`, :c:func:`PyEval_InitThreads`,319 .. c:function:: void Py_SetPythonHome(char *home)334 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
314 Py_SetPythonHome(g_python_home); in InitializePythonHome()325 Py_SetPythonHome(path); in InitializePythonHome()
696 Py_SetPythonHome(char *home) in Py_SetPythonHome() function
34 * :c:func:`Py_SetPythonHome`619 .. c:function:: void Py_SetPythonHome(const wchar_t *home)637 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
11895 Py_SetPythonHome(), makes it easier for embedding applications to12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
29274 Py_SetPythonHome(), makes it easier for embedding applications to29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to