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

Function test_find_autocalls

tests/test_inputtransformer2.py:251–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249
250
251def test_find_autocalls():
252 for case in [AUTOCALL_QUOTE, AUTOCALL_QUOTE2, AUTOCALL_PAREN]:
253 print("Testing %r" % case[0])
254 check_find(ipt2.EscapedCommand, case)
255
256
257def test_transform_autocall():

Callers

nothing calls this directly

Calls 1

check_findFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…