Searched refs:Py_GetExecPrefix (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Include/ |
D | pylifecycle.h | 46 PyAPI_FUNC(wchar_t *) Py_GetExecPrefix(void);
|
/third_party/python/Lib/test/ |
D | test_embed.py | 1376 Py_GetExecPrefix = get_func('Py_GetExecPrefix') 1386 self.assertEqual(Py_GetExecPrefix(), config['exec_prefix'])
|
/third_party/python/Python/ |
D | pathconfig.c | 583 Py_GetExecPrefix(void) in Py_GetExecPrefix() function
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 796 function,Py_GetExecPrefix,3.2,
|
D | refcounts.dat | 2991 Py_GetExecPrefix:wchar_t*:::
|
/third_party/python/PC/ |
D | python3dll.c | 63 EXPORT_FUNC(Py_GetExecPrefix)
|
/third_party/python/Doc/c-api/ |
D | intro.rst | 705 single: Py_GetExecPrefix() 713 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, and
|
D | init.rst | 66 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, 405 .. c:function:: wchar_t* Py_GetExecPrefix()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1522 function Py_GetExecPrefix
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a3.rst | 1398 :c:func:`Py_GetPath`, :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 2166 * :c:func:`Py_GetPath`, :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 481 PyAPI_FUNC(wchar_t *) Py_GetExecPrefix(void);
|