Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __dir__
Method
__dir__
tensorflow/python/util/lazy_loader.py:65–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
return
getattr(module, item)
64
65
def
__dir__(self):
66
module = self._load()
67
return
dir(module)
Callers
nothing calls this directly
Calls
1
_load
Method · 0.95
Tested by
no test coverage detected