Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h403 python::PythonModule m_main_module; variable
H A DScriptInterpreterPython.cpp407 m_saved_stderr(), m_main_module(), in ScriptInterpreterPythonImpl()
721 if (!m_main_module.IsValid()) in GetMainModule()
722 m_main_module = unwrapIgnoringErrors(PythonModule::Import("__main__")); in GetMainModule()
723 return m_main_module; in GetMainModule()