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

Class InteractivelyDefined

IPython/core/magics/code.py:167–170  ·  view source on GitHub ↗

Exception for interactively defined variable in magic_edit

Source from the content-addressed store, hash-verified

165
166
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 1

_find_edit_targetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected