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

Function test_transform_magic_escape

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

Source from the content-addressed store, hash-verified

198 check_find(ipt2.EscapedCommand, MULTILINE_MAGIC_ASSIGN, match=False)
199
200def test_transform_magic_escape():
201 check_transform(ipt2.EscapedCommand, MULTILINE_MAGIC)
202 check_transform(ipt2.EscapedCommand, INDENTED_MAGIC)
203 check_transform(ipt2.EscapedCommand, CRLF_MAGIC)
204
205def test_find_autocalls():
206 for case in [AUTOCALL_QUOTE, AUTOCALL_QUOTE2, AUTOCALL_PAREN]:

Callers

nothing calls this directly

Calls 1

check_transformFunction · 0.85

Tested by

no test coverage detected