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

Function test_multiline_statement

tests/test_tokenutil.py:176–183  ·  view source on GitHub ↗
(c, token)

Source from the content-addressed store, hash-verified

174 ),
175)
176def test_multiline_statement(c, token):
177 cell = """a = (1,
178 3)
179
180int()
181map()
182"""
183 expect_token(token, cell, c)

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…