Home
last modified time | relevance | path

Searched refs:Py_GetPythonHome (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Include/
Dpylifecycle.h42 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
/external/python/cpython2/Include/
Dpythonrun.h26 PyAPI_FUNC(char *) Py_GetPythonHome(void);
/external/python/cpython2/PC/os2emx/
Dgetpathp.c264 char *pythonhome = Py_GetPythonHome(); in calculate_path()
Dpython27.def1077 "Py_GetPythonHome"
/external/python/cpython2/PC/os2vacpp/
Dpython.def433 Py_GetPythonHome
Dgetpathp.c302 char *pythonhome = Py_GetPythonHome(); in calculate_path()
/external/python/cpython2/Modules/
Dgetpath.c376 char *home = Py_GetPythonHome(); in calculate_path()
/external/python/cpython2/PC/
Dgetpathp.c468 char *pythonhome = Py_GetPythonHome(); in calculate_path()
/external/python/cpython3/Lib/test/
Dtest_embed.py1308 Py_GetPythonHome = get_func('Py_GetPythonHome')
1318 self.assertEqual(Py_GetPythonHome(), config['home'])
/external/python/cpython3/Python/
Dpathconfig.c580 Py_GetPythonHome(void) in Py_GetPythonHome() function
/external/python/cpython3/PC/
Dpython3.def747 Py_GetPythonHome=python39.Py_GetPythonHome
/external/python/cpython2/Python/
Dpythonrun.c702 Py_GetPythonHome(void) in Py_GetPythonHome() function
/external/python/cpython3/Doc/c-api/
Dinit.rst67 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,
634 .. c:function:: w_char* Py_GetPythonHome()
/external/python/cpython2/Doc/c-api/
Dinit.rst331 .. c:function:: char* Py_GetPythonHome()
/external/python/cpython2/Misc/
DHISTORY11893 - The code that initializes sys.path now calls Py_GetPythonHome()
12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
/external/python/cpython3/Misc/
DHISTORY29272 - The code that initializes sys.path now calls Py_GetPythonHome()
29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to