Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_simple
Function
test_simple
tests/test_tokenutil.py:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
42
def
test_simple():
43
cell =
"foo"
44
for
i in range(len(cell)):
45
expect_token(
"foo"
, cell, i)
46
47
48
def
test_function():
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…