MCPcopy Create free account
hub / github.com/ipython/ipython / _default_loop_runner

Method _default_loop_runner

IPython/core/interactiveshell.py:387–388  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

import_itemFunction · 0.90

Tested by

no test coverage detected