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

Function test_escaped_noesc

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

Source from the content-addressed store, hash-verified

404 tt.check_pairs(transform_and_reset(ipt.help_end), syntax['end_help'])
405
406def test_escaped_noesc():
407 tt.check_pairs(transform_and_reset(ipt.escaped_commands), syntax['escaped_noesc'])
408
409
410def test_escaped_shell():

Callers

nothing calls this directly

Calls 1

transform_and_resetFunction · 0.85

Tested by

no test coverage detected