Home
last modified time | relevance | path

Searched refs:Py_SetPythonHome (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Launcher/
Dlauncher_main.cpp50 Py_SetPythonHome(strdup(executable_path.c_str())); in main()
/external/python/cpython3/Include/
Dpylifecycle.h40 PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
/external/python/cpython2/Include/
Dpythonrun.h25 PyAPI_FUNC(void) Py_SetPythonHome(char *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def446 Py_SetPythonHome
/external/python/cpython3/Python/
Dpathconfig.c507 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1076 "Py_SetPythonHome"
/external/python/cpython3/PC/
Dpython3dll.c89 EXPORT_FUNC(Py_SetPythonHome)
/external/python/cpython3/Doc/data/
Dstable_abi.dat823 function,Py_SetPythonHome,3.2,
Dpython3.10.abi901 …<elf-symbol name='Py_SetPythonHome' type='func-type' binding='global-binding' visibility='default-…
16441Py_SetPythonHome' mangled-name='Py_SetPythonHome' filepath='Python/pathconfig.c' line='507' column…
/external/python/cpython3/Programs/
D_testembed.c1481 Py_SetPythonHome(home); in test_init_setpythonhome()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst845 :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
D3.9.0a1.rst5550 :c:func:`Py_SetPythonHome` and :c:func:`Py_SetProgramName`: fix Python
/external/python/cpython2/Doc/c-api/
Dinit.rst34 …exception of :c:func:`Py_SetProgramName`, :c:func:`Py_SetPythonHome`, :c:func:`PyEval_InitThreads`,
319 .. c:function:: void Py_SetPythonHome(char *home)
334 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
/external/python/cpython2/Python/
Dpythonrun.c696 Py_SetPythonHome(char *home) in Py_SetPythonHome() function
/external/python/cpython3/Doc/c-api/
Dinit.rst34 * :c:func:`Py_SetPythonHome`
650 .. c:function:: void Py_SetPythonHome(const wchar_t *home)
668 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
Dinit_config.rst740 If :c:func:`Py_SetPythonHome` has been called, use its argument if it is
/external/python/cpython3/Misc/
Dstable_abi.txt1562 function Py_SetPythonHome
DHISTORY29274 Py_SetPythonHome(), makes it easier for embedding applications to
29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
/external/python/cpython2/Misc/
DHISTORY11895 Py_SetPythonHome(), makes it easier for embedding applications to
12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to