MCPcopy Create free account
hub / github.com/ipython/ipython / __dir__

Method __dir__

IPython/utils/shimmodule.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 return import_module(self._mirror).__spec__
75
76 def __dir__(self):
77 return dir(import_module(self._mirror))
78
79 @property
80 def __all__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected