Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp293 static str_type g_python_home = []() -> str_type { in InitializePythonHome() local
314 if (g_python_home != nullptr) { in InitializePythonHome()
315 Py_SetPythonHome(g_python_home); in InitializePythonHome()