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

Function get

tests/test_reqctx.py:251–253  ·  tests/test_reqctx.py::get
()

Source from the content-addressed store, hash-verified

249
250 @app.route(class="st">"/get")
251 def get():
252 v = flask.session.get(class="st">"value", class="st">"None")
253 return v
254
255 @app.route(class="st">"/set_dynamic_cookie", methods=[class="st">"POST"])
256 def set_dynamic_cookie():

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected