(code, expected)
| 2856 | ], |
| 2857 | ) |
| 2858 | def test_trim_expr(code, expected): |
| 2859 | c = get_ipython().Completer |
| 2860 | assert c._trim_expr(code) == expected |
| 2861 | |
| 2862 | |
| 2863 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…