Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ MacroToEdit
Class
MacroToEdit
IPython/core/magics/code.py:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
# Used for exception handling in magic_edit
45
class
MacroToEdit(ValueError):
pass
46
47
ipython_input_pat = re.compile(r
"<ipython\-input\-(\d+)-[a-z\d]+>$"
)
48
Callers
1
_find_edit_target
Method · 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…