Lines Matching refs:PythonDictionary
294 As<PythonDictionary>(get_info(PythonString(python_dir_spec.GetPath()),
584 PythonDictionary &sys_module_dict = GetSysModuleDictionary();
617 PythonDictionary &sys_module_dict = GetSysModuleDictionary();
680 PythonDictionary &sys_module_dict = GetSysModuleDictionary();
720 PythonDictionary &ScriptInterpreterPythonImpl::GetSessionDictionary() {
728 PythonDictionary main_dict(PyRefType::Borrowed,
734 As<PythonDictionary>(main_dict.GetItem(m_dictionary_name)));
738 PythonDictionary &ScriptInterpreterPythonImpl::GetSysModuleDictionary() {
755 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(
795 PythonDictionary module_dict(PyRefType::Borrowed,
857 PythonDictionary &session_dict = GetSessionDictionary();
984 PythonDictionary globals = main_module.GetDictionary();
986 PythonDictionary locals = GetSessionDictionary();
989 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name)));
1108 PythonDictionary globals = main_module.GetDictionary();
1110 PythonDictionary locals = GetSessionDictionary();
1113 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name)));
1680 PythonDictionary py_dict =
1681 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting)));
2898 PythonDictionary py_return = unwrapOrSetPythonException(
2899 As<PythonDictionary>(implementor.CallMethod(callee_name)));