Searched refs:Py_GetPythonHome (Results 1 – 17 of 17) sorted by relevance
14 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
26 PyAPI_FUNC(char *) 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()
383 char *home = Py_GetPythonHome(); in calculate_path()
468 char *pythonhome = Py_GetPythonHome(); in calculate_path()
735 Py_GetPythonHome=python36.Py_GetPythonHome
632 wchar_t *pythonhome = Py_GetPythonHome(); in calculate_path()
467 wchar_t *home = Py_GetPythonHome(); in calculate_path()
920 Py_GetPythonHome(void) in Py_GetPythonHome() function
693 Py_GetPythonHome(void) in Py_GetPythonHome() function
414 .. 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