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

Method remove

dash/_patch.py:155–157  ·  view source on GitHub ↗

filter the item out of a list on the frontend

(self, item: Any)

Source from the content-addressed store, hash-verified

153 self._operations.append(_operation("Extend", self._location, value=item))
154
155 def remove(self, item: Any) -> None:
156 """filter the item out of a list on the frontend"""
157 self._operations.append(_operation("Remove", self._location, value=item))
158
159 def update(self, E: Any = None, **F) -> None:
160 """Merge a dict or keyword arguments with another dictionary"""

Callers 10

test_pat019_patch_removeFunction · 0.95
plotMethod · 0.45
graphResizeMethod · 0.45
deleteRowFunction · 0.45
test_importsFunction · 0.45
_on_assets_changeMethod · 0.45
delete_resourceMethod · 0.45
discardMethod · 0.45
on_removeFunction · 0.45
run_moduleFunction · 0.45

Calls 2

_operationFunction · 0.85
appendMethod · 0.45

Tested by 4

test_pat019_patch_removeFunction · 0.76
test_importsFunction · 0.36
on_removeFunction · 0.36
run_moduleFunction · 0.36