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

  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
extras_sessions_test.py 21 self.assertRaises(Exception, sessions.SessionStore, req)
27 store = sessions.SessionStore(req, config={
42 store = sessions.SessionStore(req)
61 store = sessions.SessionStore(req)
78 store = sessions.SessionStore(req)
94 store = sessions.SessionStore(req)
109 store = sessions.SessionStore(req)
130 store = sessions.SessionStore(req)
148 store = sessions.SessionStore(req)
162 store = sessions.SessionStore(req
    [all...]
extras_appengine_sessions_memcache_test.py 25 store = sessions.SessionStore(req)
44 store = sessions.SessionStore(req)
61 store = sessions.SessionStore(req)
75 store = sessions.SessionStore(req)
90 store = sessions.SessionStore(req)
111 store = sessions.SessionStore(req)
129 store = sessions.SessionStore(req)
extras_appengine_sessions_ndb_test.py 32 store = sessions.SessionStore(req)
51 store = sessions.SessionStore(req)
68 store = sessions.SessionStore(req)
85 store = sessions.SessionStore(req)
99 store = sessions.SessionStore(req)
114 store = sessions.SessionStore(req)
135 store = sessions.SessionStore(req)
153 store = sessions.SessionStore(req)
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
sessions.py 56 #: :meth:`SessionStore.get_session`.
157 #: A reference to :class:`SessionStore`.
183 :meth:`SessionStore.get_session`.
237 class SessionStore(object):
430 #: Key used to store :class:`SessionStore` in the request registry.
431 _registry_key = 'webapp2_extras.sessions.SessionStore'
434 def get_store(factory=SessionStore, key=_registry_key, request=None):
435 """Returns an instance of :class:`SessionStore` from the request registry.
443 registered. The default is the class :class:`SessionStore` itself.
460 """Sets an instance of :class:`SessionStore` in the request registry
    [all...]

Completed in 412 milliseconds