Home
last modified time | relevance | path

Searched refs:Py_GetProgramFullPath (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Include/
Dpylifecycle.h43 Py_DEPRECATED(3.13) PyAPI_FUNC(wchar_t *) Py_GetProgramFullPath(void);
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-3.15.rst21 * :c:func:`Py_GetProgramFullPath`:
/external/python/cpython3/Python/
Dpathconfig.c338 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
/external/python/cpython3/Lib/test/
Dtest_embed.py1703 Py_GetProgramFullPath = get_func('Py_GetProgramFullPath')
1713 self.assertEqual(Py_GetProgramFullPath(), config['executable'])
/external/python/cpython3/PC/
Dpython3dll.c65 EXPORT_FUNC(Py_GetProgramFullPath)
/external/python/cpython3/Doc/data/
Dstable_abi.dat854 func,Py_GetProgramFullPath,3.2,,
Drefcounts.dat2963 Py_GetProgramFullPath:wchar_t*:::
Dpython3.13.abi996 …<elf-symbol name='Py_GetProgramFullPath' type='func-type' binding='global-binding' visibility='def…
27628Py_GetProgramFullPath' mangled-name='Py_GetProgramFullPath' filepath='Python/pathconfig.c' line='3…
/external/python/cpython3/Doc/c-api/
Dintro.rst776 single: Py_GetProgramFullPath (C function)
785 :c:func:`Py_GetProgramFullPath` (all defined in :file:`Modules/getpath.c`).
Dinit.rst82 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,
678 .. c:function:: wchar_t* Py_GetProgramFullPath()
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a3.rst1399 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
D3.9.0a1.rst5539 path (:c:func:`Py_GetProgramFullPath`) rather than to the program name
D3.13.0a1.rst6599 * :c:func:`Py_GetProgramFullPath`
/external/python/cpython3/Misc/
Dstable_abi.toml1641 [function.Py_GetProgramFullPath]
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1632 path (:c:func:`Py_GetProgramFullPath`) rather than to the program name
D3.10.rst2180 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
D3.13.rst2426 * :c:func:`Py_GetProgramFullPath`: