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

Method launch

IPython/testing/iptestcontroller.py:198–200  ·  view source on GitHub ↗
(self, buffer_output=False)

Source from the content-addressed store, hash-verified

196 self.pycmd = "import coverage; coverage.process_startup(); " + self.pycmd
197
198 def launch(self, buffer_output=False):
199 self.cmd[2] = self.pycmd
200 super(PyTestController, self).launch(buffer_output=buffer_output)
201
202
203def prepare_controllers(options):

Callers

nothing calls this directly

Calls 1

launchMethod · 0.45

Tested by

no test coverage detected