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

Method setup_component_suites

dash/backends/_flask.py:227–237  ·  view source on GitHub ↗
(self, dash_app: Dash)

Source from the content-addressed store, hash-verified

225 return response
226
227 def setup_component_suites(self, dash_app: Dash):
228 def serve(package_name, fingerprinted_path):
229 return self.serve_component_suites(
230 dash_app, package_name, fingerprinted_path
231 )
232
233 # pylint: disable=protected-access
234 dash_app._add_url(
235 "_dash-component-suites/<string:package_name>/<path:fingerprinted_path>",
236 serve,
237 )
238
239 def _create_redirect_function(self, redirect_to):
240 def _redirect():

Callers 1

_setup_routesMethod · 0.45

Calls 1

_add_urlMethod · 0.80

Tested by

no test coverage detected