(self)
| 385 | |
| 386 | @default('loop_runner') |
| 387 | def _default_loop_runner(self): |
| 388 | return import_item("IPython.core.interactiveshell._asyncio_runner") |
| 389 | |
| 390 | @validate('loop_runner') |
| 391 | def _import_runner(self, proposal): |
nothing calls this directly
no test coverage detected