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

Function test_transform_assign_system

tests/test_inputtransformer2.py:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232
233
234def test_transform_assign_system():
235 check_transform(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN)
236 check_transform(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT)
237
238
239def test_find_magic_escape():

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…