Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_autoawait
Method
test_autoawait
tests/test_async_helpers.py:405–413 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
403
)
404
405
def
test_autoawait(self):
406
iprc(
"%autoawait False"
)
407
iprc(
"%autoawait True"
)
408
iprc(
409
""
"
410
from
asyncio
import
sleep
411
await sleep(0.1)
412
""
"
413
)
414
415
def
test_memory_error(self):
416
""
"
Callers
nothing calls this directly
Calls
1
iprc
Function · 0.85
Tested by
no test coverage detected