MCPcopy Create free account
hub / github.com/ipython/ipython / test_find_magic_escape

Function test_find_magic_escape

IPython/core/tests/test_inputtransformer2.py:195–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 check_transform(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT)
194
195def test_find_magic_escape():
196 check_find(ipt2.EscapedCommand, MULTILINE_MAGIC)
197 check_find(ipt2.EscapedCommand, INDENTED_MAGIC)
198 check_find(ipt2.EscapedCommand, MULTILINE_MAGIC_ASSIGN, match=False)
199
200def test_transform_magic_escape():
201 check_transform(ipt2.EscapedCommand, MULTILINE_MAGIC)

Callers

nothing calls this directly

Calls 1

check_findFunction · 0.85

Tested by

no test coverage detected