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

Function before_request2

tests/test_basic.py:714–716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

712
713 @app.before_request
714 def before_request2():
715 evts.append(2)
716 return "hello"
717
718 @app.before_request
719 def before_request3():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected