Home
last modified time | relevance | path

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

/third_party/libinput/test/
Dvalgrind.suppressions88 python:Py_GetProgramFullPath
91 fun:Py_GetProgramFullPath
/third_party/python/Include/
Dpylifecycle.h43 PyAPI_FUNC(wchar_t *) Py_GetProgramFullPath(void);
/third_party/python/Lib/test/
Dtest_embed.py1378 Py_GetProgramFullPath = get_func('Py_GetProgramFullPath')
1388 self.assertEqual(Py_GetProgramFullPath(), config['executable'])
/third_party/python/Python/
Dpathconfig.c590 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
/third_party/python/PC/
Dpython3dll.c67 EXPORT_FUNC(Py_GetProgramFullPath)
/third_party/python/Doc/data/
Dstable_abi.dat800 function,Py_GetProgramFullPath,3.2,
Drefcounts.dat2999 Py_GetProgramFullPath:wchar_t*:::
/third_party/python/Doc/c-api/
Dintro.rst706 single: Py_GetProgramFullPath()
714 :c:func:`Py_GetProgramFullPath` (all defined in :file:`Modules/getpath.c`).
Dinit.rst67 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,
446 .. c:function:: wchar_t* Py_GetProgramFullPath()
507 full path (see :c:func:`Py_GetProgramFullPath`) and for :data:`sys.prefix` and
/third_party/python/Misc/
Dstable_abi.txt1530 function Py_GetProgramFullPath
/third_party/python/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
/third_party/python/Doc/whatsnew/
D3.8.rst1627 path (:c:func:`Py_GetProgramFullPath`) rather than to the program name
D3.10.rst2160 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and