Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ f
Method
f
IPython/core/tests/test_interactiveshell.py:760–761 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
758
def
test_timeit(self):
759
called = set()
760
def
f(x):
761
called.add(x)
762
ip.push({
'f'
:f})
763
764
with
tt.AssertPrints(
"std. dev. of"
):
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected