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