Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
)
176
def
test_multiline_statement(c, token):
177
cell =
""
"a = (1,
178
3)
179
180
int()
181
map()
182
""
"
183
expect_token(token, cell, c)
Callers
nothing calls this directly
Calls
1
expect_token
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…