Lines Matching refs:PythonDictionary
555 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in LeaveSession()
582 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in SetStdHandle()
645 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in EnterSession()
690 PythonDictionary &ScriptInterpreterPython::GetSessionDictionary() { in GetSessionDictionary()
698 PythonDictionary main_dict(PyRefType::Borrowed, in GetSessionDictionary()
708 PythonDictionary &ScriptInterpreterPython::GetSysModuleDictionary() { in GetSysModuleDictionary()
744 PythonDictionary module_dict(PyRefType::Borrowed, in GetEmbeddedInterpreterModuleObjects()
870 PythonDictionary &session_dict = GetSessionDictionary(); in ExecuteOneLine()
1057 PythonDictionary globals(PyRefType::Borrowed, in ExecuteOneLineWithReturn()
1063 PythonDictionary locals = GetSessionDictionary(); in ExecuteOneLineWithReturn()
1213 PythonDictionary globals(PyRefType::Borrowed, in ExecuteMultipleLines()
1217 PythonDictionary locals = GetSessionDictionary(); in ExecuteMultipleLines()
1635 PythonDictionary result_dict(PyRefType::Borrowed, py_return.get()); in OSPlugin_RegisterInfo()
1835 PythonDictionary result_dict(PyRefType::Borrowed, py_return.get()); in OSPlugin_CreateThread()
2056 PythonDictionary py_dict(PyRefType::Borrowed, reply_pyobj.get()); in GetDynamicSettings()