MCPcopy Create free account
hub / github.com/pallets/flask / SessionError

Class SessionError

tests/test_reqctx.py:206–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205def test_session_error_pops_context():
206 class SessionError(Exception):
207 pass
208
209 class FailingSessionInterface(SessionInterface):
210 def open_session(self, app, request):

Callers 1

open_sessionMethod · 0.85

Calls

no outgoing calls

Tested by 1

open_sessionMethod · 0.68