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

Method get_library_css

dash/resources.py:154–155  ·  view source on GitHub ↗
(self, libraries: _t.List[str])

Source from the content-addressed store, hash-verified

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)
156
157
158class Scripts:

Callers

nothing calls this directly

Calls 1

get_library_resourcesMethod · 0.80

Tested by

no test coverage detected