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

Method append_css

dash/resources.py:148–149  ·  view source on GitHub ↗
(self, stylesheet: ResourceType)

Source from the content-addressed store, hash-verified

146 self._resources = Resources("_css_dist", self.config)
147
148 def append_css(self, stylesheet: ResourceType):
149 self._resources.append_resource(stylesheet)
150
151 def get_all_css(self):
152 return self._resources.get_all_resources()

Calls 1

append_resourceMethod · 0.80