(self)
| 400 | |
| 401 | @default('loop_runner') |
| 402 | def _default_loop_runner(self): |
| 403 | return import_item("IPython.core.interactiveshell._asyncio_runner") |
| 404 | |
| 405 | @validate('loop_runner') |
| 406 | def _import_runner(self, proposal): |
nothing calls this directly
no test coverage detected