Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
def
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_session
Method · 0.85
Calls
no outgoing calls
Tested by
1
open_session
Method · 0.68