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

Function test_multiline

tests/test_tokenutil.py:77–84  ·  view source on GitHub ↗
(cell)

Source from the content-addressed store, hash-verified

75 ],
76)
77def test_multiline(cell):
78 expected = "hello"
79 start = cell.index(expected) + 1
80 for i in range(start, start + len(expected)):
81 expect_token(expected, cell, i)
82 start = cell.index(expected) + 1
83 for i in range(start, start + len(expected)):
84 expect_token(expected, cell, i)
85
86
87def test_nested_call_kwargs():

Callers

nothing calls this directly

Calls 2

expect_tokenFunction · 0.85
indexMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…