Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _curio_runner
Function
_curio_runner
IPython/core/async_helpers.py:36–42 ·
view source on GitHub ↗
handler for curio autoawait
(coroutine)
Source
from the content-addressed store, hash-verified
34
35
36
def
_curio_runner(coroutine):
37
""
"
38
handler
for
curio autoawait
39
""
"
40
import
curio
41
42
return
curio.run(coroutine)
43
44
45
def
_trio_runner(async_fn):
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected