MCPcopy Index your code
hub / github.com/ipython/ipython / _curio_runner

Function _curio_runner

IPython/core/async_helpers.py:97–103  ·  view source on GitHub ↗

handler for curio autoawait

(coroutine)

Source from the content-addressed store, hash-verified

95
96
97def _curio_runner(coroutine):
98 """
99 handler for curio autoawait
100 """
101 import curio
102
103 return curio.run(coroutine)
104
105
106def _trio_runner(async_fn):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…