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

Method __init__

IPython/core/magics/code.py:169–170  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

167class InteractivelyDefined(Exception):
168 """Exception for interactively defined variable in magic_edit"""
169 def __init__(self, index):
170 self.index = index
171
172
173@magics_class

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected