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

Method has_request_context

dash/backends/_flask.py:166–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 self.server.after_request(func)
165
166 def has_request_context(self) -> bool:
167 return has_request_context()
168
169 def run(self, dash_app: Dash, host: str, port: int, debug: bool, **kwargs: Any):
170 self.server.run(host=host, port=port, debug=debug, **kwargs)

Callers 3

validate_use_pagesFunction · 0.45
configure_mcp_serverFunction · 0.45
validation_functionFunction · 0.45

Calls

no outgoing calls

Tested by 1

validation_functionFunction · 0.36