Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp747 PythonModule sys_module = unwrapIgnoringErrors(PythonModule::Import("sys")); in GetSysModuleDictionary() local
748 m_sys_module_dict = sys_module.GetDictionary(); in GetSysModuleDictionary()