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

Function test_find_assign_magic

tests/test_inputtransformer2.py:216–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214
215
216def test_find_assign_magic():
217 check_find(ipt2.MagicAssign, MULTILINE_MAGIC_ASSIGN)
218 check_find(ipt2.MagicAssign, MULTILINE_SYSTEM_ASSIGN, match=False)
219 check_find(ipt2.MagicAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT, match=False)
220
221
222def test_transform_assign_magic():

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…