MCPcopy Index your code
hub / github.com/python/cpython / __delitem__

Method __delitem__

Lib/test/test_shelve.py:27–28  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

25 self.d[L1(key)] = value
26
27 def __delitem__(self, key):
28 del self.d[L1(key)]
29
30 def __len__(self):
31 return len(self.d)

Callers 1

test_setdelitemMethod · 0.45

Calls 1

L1Function · 0.85

Tested by

no test coverage detected