Searched refs:Py_GetPythonHome (Results 1 – 15 of 15) sorted by relevance
26 PyAPI_FUNC(char *) Py_GetPythonHome(void);
44 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
264 char *pythonhome = Py_GetPythonHome(); in calculate_path()
1077 "Py_GetPythonHome"
433 Py_GetPythonHome
302 char *pythonhome = Py_GetPythonHome(); in calculate_path()
266 Py_GetPythonHome(void) in Py_GetPythonHome() function
375 char *home = Py_GetPythonHome(); in calculate_path()
468 char *pythonhome = Py_GetPythonHome(); in calculate_path()
743 Py_GetPythonHome=python37.Py_GetPythonHome
702 Py_GetPythonHome(void) in Py_GetPythonHome() function
64 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,626 .. c:function:: w_char* Py_GetPythonHome()
331 .. c:function:: char* Py_GetPythonHome()
11893 - The code that initializes sys.path now calls Py_GetPythonHome()12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
29272 - The code that initializes sys.path now calls Py_GetPythonHome()29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to