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

Function before2

tests/test_basic.py:830–831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

828
829 @app.before_request
830 def before2():
831 called.append(2)
832
833 @app.after_request
834 def after1(response):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected