MCPcopy Index your code
hub / github.com/plotly/dash / after_request

Method after_request

dash/backends/_flask.py:162–164  ·  view source on GitHub ↗
(self, func: Callable[[Any], Any])

Source from the content-addressed store, hash-verified

160 self.server.before_request(func)
161
162 def after_request(self, func: Callable[[Any], Any]):
163 # Flask after_request expects a function(response) -> response
164 self.server.after_request(func)
165
166 def has_request_context(self) -> bool:
167 return has_request_context()

Callers 1

register_timing_hooksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected