Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_css
Method · 0.80
append_script
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected