Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp730 PythonDictionary main_dict(PyRefType::Borrowed, in GetSessionDictionary() local
732 if (!main_dict.IsValid()) in GetSessionDictionary()
736 As<PythonDictionary>(main_dict.GetItem(m_dictionary_name))); in GetSessionDictionary()