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

Function test_arg_split_with_quotes

tests/test_process.py:128–130  ·  view source on GitHub ↗

``arg_split_with_quotes`` flags tokens that came from quoted segments.

(argstr, expected)

Source from the content-addressed store, hash-verified

126 ],
127)
128def test_arg_split_with_quotes(argstr, expected):
129 """``arg_split_with_quotes`` flags tokens that came from quoted segments."""
130 assert arg_split_with_quotes(argstr) == expected
131
132
133def test_arg_split_with_quotes_strict_false():

Callers

nothing calls this directly

Calls 1

arg_split_with_quotesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…