Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h611 PythonDictionary GetDictionary() const;
H A DScriptInterpreterPython.cpp873 m_sys_module_dict = sys_module.GetDictionary(); in GetSysModuleDictionary()
1100 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn()
1224 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines()
H A DPythonDataObjects.cpp841 PythonDictionary PythonModule::GetDictionary() const { in GetDictionary() function in PythonModule