HomeSort by relevance Sort by last modified time
    Searched refs:SessionDict (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/
sessions_memcache.py 40 return sessions.SessionDict(self, data=data)
43 return sessions.SessionDict(self, new=True)
sessions_ndb.py 106 return sessions.SessionDict(self, data=data)
109 return sessions.SessionDict(self, new=True)
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
sessions.py 107 class SessionDict(_UpdateDictMixin, dict):
121 return super(SessionDict, self).pop(key, *args)
161 #: The session data, a :class:`SessionDict` instance.
196 self.session = SessionDict(self, data=data, new=new)

Completed in 315 milliseconds