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

Method get_all_scripts

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

Source from the content-addressed store, hash-verified

164 self._resources.append_resource(script)
165
166 def get_all_scripts(self, dev_bundles=False):
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 3

test_externalFunction · 0.80
test_internalFunction · 0.80

Calls 1

get_all_resourcesMethod · 0.80

Tested by 2

test_externalFunction · 0.64
test_internalFunction · 0.64