MCPcopy Create free account
hub / github.com/ActiveState/code / _unwrap

Method _unwrap

recipes/Python/440673_Safe_heap_queue_class/recipe-440673.py:145–148  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

143 return item
144
145 def _unwrap(self, item):
146 if self._key is not None:
147 item = item[1]
148 return item

Callers 3

popminMethod · 0.95
replaceMethod · 0.95
get_elementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected