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

Method append_script

dash/resources.py:163–164  ·  view source on GitHub ↗
(self, script)

Source from the content-addressed store, hash-verified

161 self._resources = Resources("_js_dist", self.config)
162
163 def append_script(self, script):
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)

Calls 1

append_resourceMethod · 0.80