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

Function test_psearch

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

Source from the content-addressed store, hash-verified

636 """
637
638def test_psearch():
639 with tt.AssertPrints("dict.fromkeys"):
640 _ip.run_cell("dict.fr*?")
641 with tt.AssertPrints("π.is_integer"):
642 _ip.run_cell("π = 3.14;\nπ.is_integ*?")
643
644def test_timeit_shlex():
645 """test shlex issues with timeit (#1109)"""

Callers

nothing calls this directly

Calls 1

run_cellMethod · 0.45

Tested by

no test coverage detected