Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp712 PythonObject sys_module(PyRefType::Borrowed, PyImport_AddModule("sys")); in GetSysModuleDictionary() local
713 if (sys_module.IsValid()) in GetSysModuleDictionary()
715 PyModule_GetDict(sys_module.get())); in GetSysModuleDictionary()