MCPcopy Create free account
hub / github.com/grantjenks/python-sortedcontainers / _delkey

Method _delkey

tests/sortedcollection.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 self.__init__(self._items, key=key)
93
94 def _delkey(self):
95 self._setkey(None)
96
97 key = property(_getkey, _setkey, _delkey, 'key function')
98

Callers

nothing calls this directly

Calls 1

_setkeyMethod · 0.95

Tested by

no test coverage detected