MCPcopy Index your code
hub / github.com/ipython/ipython / _default_loop_runner

Method _default_loop_runner

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

import_itemFunction · 0.90

Tested by

no test coverage detected