MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / __delitem__

Method __delitem__

utils/sam_utils/amg.py:35–36  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

33 self._stats[key] = item
34
35 def __delitem__(self, key: str) -> None:
36 del self._stats[key]
37
38 def __getitem__(self, key: str) -> Any:
39 return self._stats[key]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected