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

Function test_find_assign_system

tests/test_inputtransformer2.py:226–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224
225
226def test_find_assign_system():
227 check_find(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN)
228 check_find(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT)
229 check_find(ipt2.SystemAssign, (["a = !ls\n"], (1, 5), None))
230 check_find(ipt2.SystemAssign, (["a=!ls\n"], (1, 2), None))
231 check_find(ipt2.SystemAssign, MULTILINE_MAGIC_ASSIGN, match=False)
232
233
234def test_transform_assign_system():

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…