Searched refs:Py_SetPythonHome (Results 1 – 13 of 13) sorted by relevance
50 Py_SetPythonHome(strdup(executable_path.c_str())); in main()
25 PyAPI_FUNC(void) Py_SetPythonHome(char *);
43 PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
446 Py_SetPythonHome
167 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
758 Py_SetPythonHome=python37.Py_SetPythonHome
1076 "Py_SetPythonHome"
846 :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
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`
696 Py_SetPythonHome(char *home) in Py_SetPythonHome() function
32 * :c:func:`Py_SetPythonHome`611 .. c:function:: void Py_SetPythonHome(const wchar_t *home)629 :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