Searched refs:Py_GetPythonHome (Results 1 – 10 of 10) sorted by relevance
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()
371 char *home = Py_GetPythonHome(); in calculate_path()
468 char *pythonhome = Py_GetPythonHome(); in calculate_path()
693 Py_GetPythonHome(void) in Py_GetPythonHome() function
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