Home
last modified time | relevance | path

Searched refs:Py_GetExecPrefix (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Include/
Dpylifecycle.h46 PyAPI_FUNC(wchar_t *) Py_GetExecPrefix(void);
/third_party/python/Lib/test/
Dtest_embed.py1376 Py_GetExecPrefix = get_func('Py_GetExecPrefix')
1386 self.assertEqual(Py_GetExecPrefix(), config['exec_prefix'])
/third_party/python/Python/
Dpathconfig.c583 Py_GetExecPrefix(void) in Py_GetExecPrefix() function
/third_party/python/Doc/data/
Dstable_abi.dat796 function,Py_GetExecPrefix,3.2,
Drefcounts.dat2991 Py_GetExecPrefix:wchar_t*:::
/third_party/python/PC/
Dpython3dll.c63 EXPORT_FUNC(Py_GetExecPrefix)
/third_party/python/Doc/c-api/
Dintro.rst705 single: Py_GetExecPrefix()
713 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, and
Dinit.rst66 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
405 .. c:function:: wchar_t* Py_GetExecPrefix()
/third_party/python/Misc/
Dstable_abi.txt1522 function Py_GetExecPrefix
/third_party/python/Misc/NEWS.d/
D3.10.0a3.rst1398 :c:func:`Py_GetPath`, :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
/third_party/python/Doc/whatsnew/
D3.10.rst2166 * :c:func:`Py_GetPath`, :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch481 PyAPI_FUNC(wchar_t *) Py_GetExecPrefix(void);