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

Callers 1

_find_edit_targetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected