MCPcopy
hub / github.com/plotly/dash / get_all_css

Method get_all_css

dash/resources.py:151–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 self._resources.append_resource(stylesheet)
150
151 def get_all_css(self):
152 return self._resources.get_all_resources()
153
154 def get_library_css(self, libraries: _t.List[str]):
155 return self._resources.get_library_resources(libraries)

Callers 1

Calls 1

get_all_resourcesMethod · 0.80

Tested by

no test coverage detected