Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
discard
Method · 0.95
add
Method · 0.95
update
Method · 0.95
intersection
Method · 0.95
difference
Method · 0.95
Calls
1
_ObjectIdentityWrapper
Class · 0.85
Tested by
no test coverage detected