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

Function before_request_handler

tests/test_signals.py:62–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61 @app.before_request
62 def before_request_handler():
63 calls.append("before-handler")
64
65 @app.after_request
66 def after_request_handler(response):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected