MCPcopy Index your code
hub / github.com/pyinvoke/invoke / stop

Method stop

tests/_util.py:144–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 return Popen
143
144 def stop(self):
145 self.popen.stop()
146 self.read.stop()
147 self.sys_stdin.stop()
148
149
150def mock_subprocess(out="", err="", exit=0, isatty=None, insert_Popen=False):

Callers 2

wrapperFunction · 0.95
cancels_timerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected