MCPcopy Create free account
hub / github.com/bpython/bpython / __delitem__

Method __delitem__

bpython/keys.py:45–46  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

43 )
44
45 def __delitem__(self, key: str) -> None:
46 del self.map[key]
47
48 def __setitem__(self, key: str, value: T) -> None:
49 self.map[key] = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected