MCPcopy Index your code
hub / github.com/ipython/ipython / test_find_magic_escape

Function test_find_magic_escape

tests/test_inputtransformer2.py:239–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237
238
239def test_find_magic_escape():
240 check_find(ipt2.EscapedCommand, MULTILINE_MAGIC)
241 check_find(ipt2.EscapedCommand, INDENTED_MAGIC)
242 check_find(ipt2.EscapedCommand, MULTILINE_MAGIC_ASSIGN, match=False)
243
244
245def test_transform_magic_escape():

Callers

nothing calls this directly

Calls 1

check_findFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…