Lines Matching refs:PythonDictionary
315 As<PythonDictionary>(get_info(PythonString(python_dir_spec.GetPath()), in GetInterpreterInfo()
604 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in LeaveSession()
637 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in SetStdHandle()
700 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in EnterSession()
740 PythonDictionary &ScriptInterpreterPythonImpl::GetSessionDictionary() { in GetSessionDictionary()
748 PythonDictionary main_dict(PyRefType::Borrowed, in GetSessionDictionary()
754 As<PythonDictionary>(main_dict.GetItem(m_dictionary_name))); in GetSessionDictionary()
758 PythonDictionary &ScriptInterpreterPythonImpl::GetSysModuleDictionary() { in GetSysModuleDictionary()
778 .ResolveName<PythonDictionary>(m_dictionary_name); in GetMaxPositionalArgumentsForCallable()
817 PythonDictionary module_dict(PyRefType::Borrowed, in GetEmbeddedInterpreterModuleObjects()
879 PythonDictionary &session_dict = GetSessionDictionary(); in ExecuteOneLine()
1006 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn()
1008 PythonDictionary locals = GetSessionDictionary(); in ExecuteOneLineWithReturn()
1011 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name))); in ExecuteOneLineWithReturn()
1130 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines()
1132 PythonDictionary locals = GetSessionDictionary(); in ExecuteMultipleLines()
1135 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name))); in ExecuteMultipleLines()
1719 PythonDictionary py_dict = in GetDynamicSettings()
1720 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting))); in GetDynamicSettings()
2893 PythonDictionary py_return = unwrapOrSetPythonException( in GetOptionsForCommandObject()
2894 As<PythonDictionary>(implementor.CallMethod(callee_name))); in GetOptionsForCommandObject()