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

Method open_session

tests/test_session_interface.py:16–18  ·  view source on GitHub ↗
(self, app, request)

Source from the content-addressed store, hash-verified

14 pass
15
16 def open_session(self, app, request):
17 request_ctx.match_request()
18 assert request.endpoint is not None
19
20 app = flask.Flask(__name__)
21 app.session_interface = MySessionInterface()

Callers

nothing calls this directly

Calls 1

match_requestMethod · 0.80

Tested by

no test coverage detected