Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ add
Method
add
dash/_utils.py:283–285 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
281
self.add(i)
282
283
def
add(self, value):
284
if
value not in self._data:
285
self._data.append(value)
286
287
def
discard(self, value):
288
self._data.remove(value)
Callers
15
__init__
Method · 0.95
sanitizeOptions
Function · 0.45
plot
Method · 0.45
graphResize
Method · 0.45
style.ts
File · 0.45
Multiline.percy.tsx
File · 0.45
Width.empty.percy.tsx
File · 0.45
Dropdown.percy.tsx
File · 0.45
MarkdownCells.percy.tsx
File · 0.45
Types.percy.tsx
File · 0.45
Header.actions.percy.tsx
File · 0.45
DashTable.percy.tsx
File · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected