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

Method get_library_scripts

dash/resources.py:169–170  ·  view source on GitHub ↗
(self, libraries, dev_bundles=False)

Source from the content-addressed store, hash-verified

167 return self._resources.get_all_resources(dev_bundles)
168
169 def get_library_scripts(self, libraries, dev_bundles=False):
170 return self._resources.get_library_resources(libraries, dev_bundles)

Callers

nothing calls this directly

Calls 1

get_library_resourcesMethod · 0.80

Tested by

no test coverage detected