MCPcopy Index your code
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/core/alias.py:203–208  ·  view source on GitHub ↗
(self, shell=None, **kwargs)

Source from the content-addressed store, hash-verified

201 )
202
203 def __init__(self, shell=None, **kwargs):
204 super(AliasManager, self).__init__(shell=shell, **kwargs)
205 # For convenient access
206 if self.shell is not None:
207 self.linemagics = self.shell.magics_manager.magics["line"]
208 self.init_aliases()
209
210 def init_aliases(self):
211 # Load default & user aliases

Callers

nothing calls this directly

Calls 2

init_aliasesMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected