MCPcopy
hub / github.com/prompt-toolkit/ptpython / coroutine

Function coroutine

src/ptpython/repl.py:614–616  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

612 if return_asyncio_coroutine:
613
614 async def coroutine() -> None:
615 with patch_context:
616 await repl.run_async()
617
618 return coroutine() # type: ignore
619 else:

Callers 1

embedFunction · 0.85

Calls 1

run_asyncMethod · 0.80

Tested by

no test coverage detected