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