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

Function before1

tests/test_basic.py:826–827  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

824
825 @app.before_request
826 def before1():
827 called.append(1)
828
829 @app.before_request
830 def before2():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected