Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h612 PythonDictionary GetDictionary() const;
H A DScriptInterpreterPython.cpp762 m_sys_module_dict = sys_module.GetDictionary(); in GetSysModuleDictionary()
1006 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn()
1130 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines()
H A DPythonDataObjects.cpp800 PythonDictionary PythonModule::GetDictionary() const { in GetDictionary() function in PythonModule