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

Method append_resource

dash/resources.py:46–47  ·  view source on GitHub ↗
(self, resource: ResourceType)

Source from the content-addressed store, hash-verified

44 self.config = config
45
46 def append_resource(self, resource: ResourceType):
47 self._resources.append(resource)
48
49 # pylint: disable=too-many-branches
50 def _filter_resources(

Callers 2

append_cssMethod · 0.80
append_scriptMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected