Searched refs:m_session_dict (Results 1 – 2 of 2) sorted by relevance
500 m_session_dict(PyInitialValue::Invalid), in ScriptInterpreterPythonImpl()560 m_session_dict.Reset(); in ~ScriptInterpreterPythonImpl()823 if (m_session_dict.IsValid()) in GetSessionDictionary()824 return m_session_dict; in GetSessionDictionary()828 return m_session_dict; in GetSessionDictionary()833 return m_session_dict; in GetSessionDictionary()835 m_session_dict = unwrapIgnoringErrors( in GetSessionDictionary()837 return m_session_dict; in GetSessionDictionary()
399 python::PythonDictionary m_session_dict; variable