Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_autoawait_trio
Method
test_autoawait_trio
IPython/core/tests/test_async_helpers.py:291–292 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
289
290
@skip_without(
'trio'
)
291
def
test_autoawait_trio(self):
292
iprc(
"%autoawait trio"
)
293
294
@skip_without(
'trio'
)
295
def
test_autoawait_trio_wrong_sleep(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected