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

Function test_transform_autocall

tests/test_inputtransformer2.py:257–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255
256
257def test_transform_autocall():
258 for case in [AUTOCALL_QUOTE, AUTOCALL_QUOTE2, AUTOCALL_PAREN]:
259 print("Testing %r" % case[0])
260 check_transform(ipt2.EscapedCommand, case)
261
262
263def test_find_help():

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…