Searched refs:m_session_dict (Results 1 – 2 of 2) sorted by relevance
429 m_session_dict(PyInitialValue::Invalid), in ScriptInterpreterPythonImpl()488 m_session_dict.Reset(); in ~ScriptInterpreterPythonImpl()741 if (m_session_dict.IsValid()) in GetSessionDictionary()742 return m_session_dict; in GetSessionDictionary()746 return m_session_dict; in GetSessionDictionary()751 return m_session_dict; in GetSessionDictionary()753 m_session_dict = unwrapIgnoringErrors( in GetSessionDictionary()755 return m_session_dict; in GetSessionDictionary()
413 python::PythonDictionary m_session_dict; variable