bundles / IPython 9.12.0 / IPython / core / async_helpers / _pseudo_sync_runner
function
IPython.core.async_helpers:_pseudo_sync_runner
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