MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _wrap_key

Method _wrap_key

tensorflow/python/util/object_identity.py:169–170  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

167 return result
168
169 def _wrap_key(self, key):
170 return _ObjectIdentityWrapper(key)
171
172 def __contains__(self, key):
173 return self._wrap_key(key) in self._storage

Callers 7

__init__Method · 0.95
__contains__Method · 0.95
discardMethod · 0.95
addMethod · 0.95
updateMethod · 0.95
intersectionMethod · 0.95
differenceMethod · 0.95

Calls 1

Tested by

no test coverage detected