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.cpp744 m_sys_module_dict = sys_module.GetDictionary(); in GetSysModuleDictionary()
986 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn()
1110 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines()
H A DPythonDataObjects.cpp798 PythonDictionary PythonModule::GetDictionary() const { in GetDictionary() function in PythonModule