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

Method wait

IPython/testing/iptestcontroller.py:74–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 stderr=stderr, env=env)
73
74 def wait(self):
75 self.process.wait()
76 self.stdout_capturer.halt()
77 self.stdout = self.stdout_capturer.get_buffer()
78 return self.process.returncode
79
80 def cleanup_process(self):
81 """Cleanup on exit by killing any leftover processes."""

Callers 6

test_io_initFunction · 0.80
runMethod · 0.80
editorFunction · 0.80
_run_scriptMethod · 0.80
call_editorFunction · 0.80
do_runFunction · 0.80

Calls 2

haltMethod · 0.80
get_bufferMethod · 0.80

Tested by

no test coverage detected