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

Function test_trim_expr

tests/test_completer.py:2858–2860  ·  view source on GitHub ↗
(code, expected)

Source from the content-addressed store, hash-verified

2856 ],
2857)
2858def test_trim_expr(code, expected):
2859 c = get_ipython().Completer
2860 assert c._trim_expr(code) == expected
2861
2862
2863@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

get_ipythonFunction · 0.90
_trim_exprMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…