Searched refs:Py_SetPythonHome (Results 1 – 6 of 6) sorted by relevance
25 PyAPI_FUNC(void) Py_SetPythonHome(char *);
446 Py_SetPythonHome
1076 "Py_SetPythonHome"
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`
687 Py_SetPythonHome(char *home) in Py_SetPythonHome() function
11895 Py_SetPythonHome(), makes it easier for embedding applications to12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to