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

Function test_nested_call_args

tests/test_tokenutil.py:103–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103def test_nested_call_args():
104 expect_token("bar", "foo(bar(x,| ))")
105 expect_token("bar", "foo(bar(x, |))")
106 expect_token("bar", "foo(ba|r(x, y))")
107 expect_token("x", "foo(bar(|x, y))")
108 expect_token("bar", "foo(bar(x|, y))")
109 expect_token("bar", "foo(bar(x,| y))")
110 expect_token("y", "foo(bar(x, |y))")
111 expect_token("bar", "foo(bar(x, y|))")
112 expect_token("foo", "foo(bar(x, y)|)")
113 expect_token("foo", "foo(bar(, y)|)")
114
115
116def test_outer_name():

Callers

nothing calls this directly

Calls 1

expect_tokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…