Searched refs:m_session_dict (Results 1 – 2 of 2) sorted by relevance
410 m_session_dict(PyInitialValue::Invalid), in ScriptInterpreterPythonImpl()470 m_session_dict.Reset(); in ~ScriptInterpreterPythonImpl()723 if (m_session_dict.IsValid()) in GetSessionDictionary()724 return m_session_dict; in GetSessionDictionary()728 return m_session_dict; in GetSessionDictionary()733 return m_session_dict; in GetSessionDictionary()735 m_session_dict = unwrapIgnoringErrors( in GetSessionDictionary()737 return m_session_dict; in GetSessionDictionary()
419 python::PythonDictionary m_session_dict; variable