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

Method __delattr__

dash/_patch.py:68–69  ·  view source on GitHub ↗
(self, item: _KeyType)

Source from the content-addressed store, hash-verified

66 self.__setitem__(key, value)
67
68 def __delattr__(self, item: _KeyType):
69 self.__delitem__(item)
70
71 def __setitem__(self, key: _KeyType, value: Any):
72 validate_slice(key)

Callers

nothing calls this directly

Calls 1

__delitem__Method · 0.95

Tested by

no test coverage detected