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

Method init_alias

IPython/core/interactiveshell.py:2562–2564  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2560 #-------------------------------------------------------------------------
2561
2562 def init_alias(self):
2563 self.alias_manager = AliasManager(shell=self, parent=self)
2564 self.configurables.append(self.alias_manager)
2565
2566 #-------------------------------------------------------------------------
2567 # Things related to extensions

Callers 1

__init__Method · 0.95

Calls 1

AliasManagerClass · 0.90

Tested by

no test coverage detected