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

Function test_transform_magic_escape

tests/test_inputtransformer2.py:245–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243
244
245def test_transform_magic_escape():
246 check_transform(ipt2.EscapedCommand, MULTILINE_MAGIC)
247 check_transform(ipt2.EscapedCommand, INDENTED_MAGIC)
248 check_transform(ipt2.EscapedCommand, CRLF_MAGIC)
249
250
251def test_find_autocalls():

Callers

nothing calls this directly

Calls 1

check_transformFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…