Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ MacroToEdit
Class
MacroToEdit
IPython/core/magics/code.py:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
# Used for exception handling in magic_edit
43
class
MacroToEdit(ValueError):
pass
44
45
ipython_input_pat = re.compile(r
"<ipython\-input\-(\d+)-[a-z\d]+>$"
)
46
Callers
1
_find_edit_target
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected