Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpylifecycle.h41 Py_DEPRECATED(3.13) PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-3.15.rst25 * :c:func:`Py_GetPythonHome`:
/external/python/cpython3/Python/
Dpathconfig.c345 Py_GetPythonHome(void) in Py_GetPythonHome() function
/external/python/cpython3/Lib/test/
Dtest_embed.py1704 Py_GetPythonHome = get_func('Py_GetPythonHome')
1714 self.assertEqual(Py_GetPythonHome(), config['home'])
/external/python/cpython3/PC/
Dpython3dll.c67 EXPORT_FUNC(Py_GetPythonHome)
/external/python/cpython3/Doc/data/
Dstable_abi.dat856 func,Py_GetPythonHome,3.2,,
Dpython3.13.abi998 …<elf-symbol name='Py_GetPythonHome' type='func-type' binding='global-binding' visibility='default-…
27631Py_GetPythonHome' mangled-name='Py_GetPythonHome' filepath='Python/pathconfig.c' line='345' column…
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a3.rst1399 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
D3.13.0a1.rst6601 * :c:func:`Py_GetPythonHome`
/external/python/cpython3/Misc/
Dstable_abi.toml1645 [function.Py_GetPythonHome]
DHISTORY29272 - The code that initializes sys.path now calls Py_GetPythonHome()
29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
/external/python/cpython3/Doc/c-api/
Dinit.rst82 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,
897 .. c:function:: wchar_t* Py_GetPythonHome()
/external/python/cpython3/Doc/whatsnew/
D3.10.rst2180 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
D3.13.rst2430 * :c:func:`Py_GetPythonHome`: