Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h412 python::PythonModule m_main_module; variable
H A DScriptInterpreterPython.cpp428 m_saved_stderr(), m_main_module(), in ScriptInterpreterPythonImpl()
735 if (!m_main_module.IsValid()) in GetMainModule()
736 m_main_module = unwrapIgnoringErrors(PythonModule::Import("__main__")); in GetMainModule()
737 return m_main_module; in GetMainModule()