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

Function test_help_end

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

Source from the content-addressed store, hash-verified

401
402
403def test_help_end():
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'])

Callers

nothing calls this directly

Calls 1

transform_and_resetFunction · 0.85

Tested by

no test coverage detected