MCPcopy
hub / github.com/pallets/flask / CustomFlask

Class CustomFlask

tests/test_reqctx.py:213–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 raise SessionError()
212
213 class CustomFlask(flask.Flask):
214 session_interface = FailingSessionInterface()
215
216 app = CustomFlask(__name__)
217

Calls 2

Tested by 2