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

Method _serve_default_favicon

dash/dash.py:798–801  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

796 self.routes.append(full_name)
797
798 def _serve_default_favicon(self):
799 return self.backend.make_response(
800 pkgutil.get_data("dash", "favicon.ico"), content_type="image/x-icon"
801 )
802
803 def _setup_routes(self):
804 self.backend.setup_component_suites(self)

Callers

nothing calls this directly

Calls 1

make_responseMethod · 0.45

Tested by

no test coverage detected