MCPcopy Create free account
hub / github.com/apache/fory / __delitem__

Method __delitem__

python/pyfory/lib/collection.py:73–75  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

71 self._dirty_len = False
72
73 def __delitem__(self, key):
74 self._dirty_len = True
75 del self.data[IdentityWeakRef(key)]
76
77 def __getitem__(self, key):
78 return self.data[IdentityWeakRef(key)]

Callers

nothing calls this directly

Calls 1

IdentityWeakRefClass · 0.85

Tested by

no test coverage detected