Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpylifecycle.h41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
/third_party/python/Lib/test/
Dtest_embed.py1379 Py_GetPythonHome = get_func('Py_GetPythonHome')
1389 self.assertEqual(Py_GetPythonHome(), config['home'])
/third_party/python/Python/
Dpathconfig.c597 Py_GetPythonHome(void) in Py_GetPythonHome() function
/third_party/python/PC/
Dpython3dll.c69 EXPORT_FUNC(Py_GetPythonHome)
/third_party/python/Doc/data/
Dstable_abi.dat802 function,Py_GetPythonHome,3.2,
/third_party/python/Misc/
Dstable_abi.txt1534 function Py_GetPythonHome
DHISTORY29272 - The code that initializes sys.path now calls Py_GetPythonHome()
29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
/third_party/python/Misc/NEWS.d/
D3.10.0a3.rst1399 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
/third_party/python/Doc/c-api/
Dinit.rst67 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,
665 .. c:function:: w_char* Py_GetPythonHome()
/third_party/python/Doc/whatsnew/
D3.10.rst2167 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and