Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp103 PythonObject sys_module = m_main_module.ResolveName("sys"); in TEST_F() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp761 PythonModule sys_module = unwrapIgnoringErrors(PythonModule::Import("sys")); GetSysModuleDictionary() local