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

Method __getattr__

tensorflow/python/util/lazy_loader.py:61–63  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

59 return module
60
61 def __getattr__(self, item):
62 module = self._load()
63 return getattr(module, item)
64
65 def __dir__(self):
66 module = self._load()

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected