MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / __dir__

Method __dir__

tensorpack/utils/develop.py:177–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 return getattr(module, item)
176
177 def __dir__(self):
178 module = self._load()
179 return dir(module)

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected