Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ f
Method
f
tests/test_interactiveshell.py:905–906 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
903
called = set()
904
905
def
f(x):
906
called.add(x)
907
908
ip.push({
"f"
: f})
909
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected