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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

restore_dataFunction · 0.85

Tested by

no test coverage detected