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

Method test_execute

IPython/core/tests/test_async_helpers.py:263–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

261
262
263 def test_execute(self):
264 iprc("""
265 import asyncio
266 await asyncio.sleep(0.001)
267 """
268 )
269
270 def test_autoawait(self):
271 iprc("%autoawait False")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected