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

Function test_transform_autocall

IPython/core/tests/test_inputtransformer2.py:210–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 check_find(ipt2.EscapedCommand, case)
209
210def test_transform_autocall():
211 for case in [AUTOCALL_QUOTE, AUTOCALL_QUOTE2, AUTOCALL_PAREN]:
212 print("Testing %r" % case[0])
213 check_transform(ipt2.EscapedCommand, case)
214
215def test_find_help():
216 for case in [SIMPLE_HELP, DETAILED_HELP, MAGIC_HELP, HELP_IN_EXPR]:

Callers

nothing calls this directly

Calls 1

check_transformFunction · 0.85

Tested by

no test coverage detected