MCPcopy
hub / github.com/plotly/dash / __delitem__

Method __delitem__

dash/_patch.py:84–86  ·  view source on GitHub ↗
(self, key: _KeyType)

Source from the content-addressed store, hash-verified

82 )
83
84 def __delitem__(self, key: _KeyType):
85 validate_slice(key)
86 self._operations.append(_operation("Delete", self._location + [key]))
87
88 def __iadd__(self, other: Any):
89 if isinstance(other, (list, tuple)):

Callers 1

__delattr__Method · 0.95

Calls 3

validate_sliceFunction · 0.85
_operationFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected