Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_autoawait_curio
Method
test_autoawait_curio
tests/test_async_helpers.py:427–428 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
425
)
426
# @skip_without("curio")
427
def
test_autoawait_curio(self):
428
iprc(
"%autoawait curio"
)
429
430
@skip_without(
"trio"
)
431
def
test_autoawait_trio(self):
Callers
nothing calls this directly
Calls
1
iprc
Function · 0.85
Tested by
no test coverage detected