Searched refs:Py_GetPythonHome (Results 1 – 16 of 16) sorted by relevance
42 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()
376 char *home = Py_GetPythonHome(); in calculate_path()
468 char *pythonhome = Py_GetPythonHome(); in calculate_path()
1308 Py_GetPythonHome = get_func('Py_GetPythonHome')1318 self.assertEqual(Py_GetPythonHome(), config['home'])
580 Py_GetPythonHome(void) in Py_GetPythonHome() function
747 Py_GetPythonHome=python39.Py_GetPythonHome
702 Py_GetPythonHome(void) in Py_GetPythonHome() function
67 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,634 .. 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