MCPcopy Create free account
hub / github.com/ipython/ipython / f

Method f

IPython/core/tests/test_interactiveshell.py:652–653  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

650 def test_timeit(self):
651 called = set()
652 def f(x):
653 called.add(x)
654 ip.push({'f':f})
655
656 with tt.AssertPrints("std. dev. of"):

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected