Home
last modified time | relevance | path

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

/external/python/cpython2/Launcher/
Dlauncher_main.cpp50 Py_SetPythonHome(strdup(executable_path.c_str())); in main()
/external/python/cpython3/Include/
Dpylifecycle.h41 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.c486 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
/external/python/cpython3/PC/
Dpython3.def763 Py_SetPythonHome=python39.Py_SetPythonHome
/external/python/cpython2/PC/os2emx/
Dpython27.def1076 "Py_SetPythonHome"
/external/python/cpython3/Programs/
D_testembed.c1469 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/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp314 Py_SetPythonHome(g_python_home); in InitializePythonHome()
325 Py_SetPythonHome(path); in InitializePythonHome()
/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`
619 .. c:function:: void Py_SetPythonHome(const wchar_t *home)
637 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
/external/python/cpython2/Misc/
DHISTORY11895 Py_SetPythonHome(), makes it easier for embedding applications to
12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
/external/python/cpython3/Misc/
DHISTORY29274 Py_SetPythonHome(), makes it easier for embedding applications to
29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to