MCPcopy 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
36def _curio_runner(coroutine):
37 """
38 handler for curio autoawait
39 """
40 import curio
41
42 return curio.run(coroutine)
43
44
45def _trio_runner(async_fn):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected