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

Function test_split_user_input

tests/test_splitinput.py:34–35  ·  view source on GitHub ↗
(input, output)

Source from the content-addressed store, hash-verified

32
33@pytest.mark.parametrize("input, output", tests)
34def test_split_user_input(input, output):
35 assert split_user_input(input) == output
36
37
38def test_LineInfo():

Callers

nothing calls this directly

Calls 1

split_user_inputFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…