Searched refs:Py_GetPrefix (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Include/ |
D | pylifecycle.h | 45 PyAPI_FUNC(wchar_t *) Py_GetPrefix(void);
|
/third_party/python/Lib/test/ |
D | test_embed.py | 1375 Py_GetPrefix = get_func('Py_GetPrefix') 1385 self.assertEqual(Py_GetPrefix(), config['prefix'])
|
/third_party/python/Python/ |
D | pathconfig.c | 576 Py_GetPrefix(void) in Py_GetPrefix() function
|
/third_party/python/PC/ |
D | getpathp.c | 1134 wcscpy(py3path, Py_GetPrefix()); in _Py_CheckPython3()
|
D | python3dll.c | 66 EXPORT_FUNC(Py_GetPrefix)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 799 function,Py_GetPrefix,3.2,
|
D | refcounts.dat | 2997 Py_GetPrefix:wchar_t*:::
|
/third_party/python/Doc/c-api/ |
D | intro.rst | 704 single: Py_GetPrefix() 713 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, and
|
D | init.rst | 66 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, 386 .. c:function:: wchar_t* Py_GetPrefix()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1528 function Py_GetPrefix
|
/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/Modules/ |
D | _tkinter.c | 130 prefix = PyUnicode_FromWideChar(Py_GetPrefix(), -1); in _get_tcl_lib_path()
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 2159 * :c:func:`Py_GetPath`, :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
|