You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.0 / IPython / core / async_helpers / _pseudo_sync_runner

function

IPython.core.async_helpers:_pseudo_sync_runner

source: /IPython/core/async_helpers.py :119

Signature

def   _pseudo_sync_runner ( coro )

Summary

A runner that does not really allow async execution, and just advance the coroutine.

Extended Summary

See discussion in https://github.com/python-trio/trio/issues/608,

Credit to Nathaniel Smith

Aliases

  • IPython.core.async_helpers._pseudo_sync_runner