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

Method setup_index

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

Source from the content-addressed store, hash-verified

191 dash_app._add_url("<path:path>", catchall, methods=["GET"])
192
193 def setup_index(self, dash_app: Dash):
194 def index(*args, **kwargs):
195 return dash_app.index(*args, **kwargs)
196
197 # pylint: disable=protected-access
198 dash_app._add_url("", index, methods=["GET"])
199
200 def serve_component_suites(
201 self, dash_app: Dash, package_name: str, fingerprinted_path: str

Callers 1

_setup_routesMethod · 0.45

Calls 1

_add_urlMethod · 0.80

Tested by

no test coverage detected