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

Function test_time2

IPython/core/tests/test_magic.py:441–445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439
440@dec.skip_win32
441def test_time2():
442 ip = get_ipython()
443
444 with tt.AssertPrints("CPU times: user "):
445 ip.run_cell("%time None")
446
447def test_time3():
448 """Erroneous magic function calls, issue gh-3334"""

Callers

nothing calls this directly

Calls 2

get_ipythonFunction · 0.90
run_cellMethod · 0.45

Tested by

no test coverage detected