Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ discard
Method
discard
dash/_utils.py:287–288 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
285
self._data.append(value)
286
287
def
discard(self, value):
288
self._data.remove(value)
289
290
def
__contains__(self, x):
291
return
x in self._data
Callers
1
websocket_handler
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected