Searched refs:GetDictionary (Results 1 – 4 of 4) sorted by relevance
103 OptionValueDictionary *GetDictionary() { in GetDictionary() function in TestProperties123 props_sp->GetDictionary()->SetValueFromString("A=1 B=2"); in TEST()142 auto dict_copy_ptr = props_copy_ptr->GetDictionary(); in TEST()
612 PythonDictionary GetDictionary() const;
742 m_sys_module_dict = sys_module.GetDictionary(); in GetSessionDictionary() 984 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn() 1108 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines()
798 PythonDictionary PythonModule::GetDictionary() const { in Check() 800 PythonDictionary PythonModule::GetDictionary() const { GetDictionary() function in PythonModule