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

Function test_transform_assign_magic

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

Source from the content-addressed store, hash-verified

179 check_find(ipt2.MagicAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT, match=False)
180
181def test_transform_assign_magic():
182 check_transform(ipt2.MagicAssign, MULTILINE_MAGIC_ASSIGN)
183
184def test_find_assign_system():
185 check_find(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN)

Callers

nothing calls this directly

Calls 1

check_transformFunction · 0.85

Tested by

no test coverage detected