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

Method setup_component_suites

dash/backends/_fastapi.py:521–528  ·  view source on GitHub ↗
(self, dash_app: Dash)

Source from the content-addressed store, hash-verified

519 return StarletteResponse(content=data, media_type=mimetype, headers=headers)
520
521 def setup_component_suites(self, dash_app: Dash):
522 async def serve(request: Request, package_name: str, fingerprinted_path: str):
523 return self.serve_component_suites(
524 dash_app, package_name, fingerprinted_path, request
525 )
526
527 name = "_dash-component-suites/{package_name}/{fingerprinted_path:path}"
528 dash_app._add_url(name, serve) # pylint: disable=protected-access
529
530 def _create_redirect_function(self, redirect_to):
531 def _redirect():

Callers

nothing calls this directly

Calls 1

_add_urlMethod · 0.80

Tested by

no test coverage detected