Home
last modified time | relevance | path

Searched refs:Py_GetPrefix (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Include/
Dpylifecycle.h45 PyAPI_FUNC(wchar_t *) Py_GetPrefix(void);
/third_party/python/Lib/test/
Dtest_embed.py1375 Py_GetPrefix = get_func('Py_GetPrefix')
1385 self.assertEqual(Py_GetPrefix(), config['prefix'])
/third_party/python/Python/
Dpathconfig.c576 Py_GetPrefix(void) in Py_GetPrefix() function
/third_party/python/PC/
Dgetpathp.c1134 wcscpy(py3path, Py_GetPrefix()); in _Py_CheckPython3()
Dpython3dll.c66 EXPORT_FUNC(Py_GetPrefix)
/third_party/python/Doc/data/
Dstable_abi.dat799 function,Py_GetPrefix,3.2,
Drefcounts.dat2997 Py_GetPrefix:wchar_t*:::
/third_party/python/Doc/c-api/
Dintro.rst704 single: Py_GetPrefix()
713 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, and
Dinit.rst66 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
386 .. c:function:: wchar_t* Py_GetPrefix()
/third_party/python/Misc/
Dstable_abi.txt1528 function Py_GetPrefix
/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/Modules/
D_tkinter.c130 prefix = PyUnicode_FromWideChar(Py_GetPrefix(), -1); in _get_tcl_lib_path()
/third_party/python/Doc/whatsnew/
D3.10.rst2159 * :c:func:`Py_GetPath`, :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,