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

Function test_should_run_async

IPython/core/tests/test_interactiveshell.py:1021–1024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1019
1020
1021def test_should_run_async():
1022 assert not ip.should_run_async("a = 5")
1023 assert ip.should_run_async("await x")
1024 assert ip.should_run_async("import asyncio; await asyncio.sleep(1)")
1025
1026
1027def test_set_custom_completer():

Callers

nothing calls this directly

Calls 1

should_run_asyncMethod · 0.80

Tested by

no test coverage detected