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

Class InteractivelyDefined

IPython/core/magics/code.py:171–174  ·  view source on GitHub ↗

Exception for interactively defined variable in magic_edit

Source from the content-addressed store, hash-verified

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

Callers 1

_find_edit_targetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…