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

Method __init__

IPython/extensions/storemagic.py:72–76  ·  view source on GitHub ↗
(self, shell)

Source from the content-addressed store, hash-verified

70 ).tag(config=True)
71
72 def __init__(self, shell):
73 super(StoreMagics, self).__init__(shell=shell)
74 self.shell.configurables.append(self)
75 if self.autorestore:
76 restore_data(self.shell)
77
78 @skip_doctest
79 @line_magic

Callers

nothing calls this directly

Calls 1

restore_dataFunction · 0.85

Tested by

no test coverage detected