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

Method ensure_started

IPython/testing/iptest.py:316–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 return self.buffer.getvalue()
315
316 def ensure_started(self):
317 if not self.started:
318 self.start()
319
320 def halt(self):
321 """Safely stop the thread."""

Callers 1

get_write_filenoMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected