MCPcopy 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
45class MacroToEdit(ValueError): pass
46
47ipython_input_pat = re.compile(r"<ipython\-input\-(\d+)-[a-z\d]+>$")
48

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…