Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp761 PythonModule sys_module = unwrapIgnoringErrors(PythonModule::Import("sys")); in GetSysModuleDictionary() local
762 m_sys_module_dict = sys_module.GetDictionary(); in GetSysModuleDictionary()