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

Method set_trio_runner

IPython/core/interactiveshell.py:725–726  ·  view source on GitHub ↗
(self, tr)

Source from the content-addressed store, hash-verified

723 self.autoindent = value
724
725 def set_trio_runner(self, tr):
726 self.trio_runner = tr
727
728 #-------------------------------------------------------------------------
729 # init_* methods called by __init__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected