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

Method __init__

IPython/extensions/tests/test_deduperreload.py:692–696  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

690
691class FakeShell:
692 def __init__(self):
693 self.ns = {}
694 self.user_ns = self.ns
695 self.user_ns_hidden = {}
696 self.auto_magics = AutoreloadMagics(shell=self)
697
698 @staticmethod
699 def pre_run_cell(obj):

Callers 1

__init__Method · 0.45

Calls 1

AutoreloadMagicsClass · 0.90

Tested by

no test coverage detected