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

Function test_assign_magic

IPython/core/tests/test_inputtransformer.py:333–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 tt.check_pairs(transform_and_reset(ipt.assign_from_system), syntax['assign_system'])
332
333def test_assign_magic():
334 tt.check_pairs(transform_and_reset(ipt.assign_from_magic), syntax['assign_magic'])
335
336def test_classic_prompt():
337 tt.check_pairs(transform_and_reset(ipt.classic_prompt), syntax['classic_prompt'])

Callers

nothing calls this directly

Calls 1

transform_and_resetFunction · 0.85

Tested by

no test coverage detected