MCPcopy Create free account
hub / github.com/aws/aws-cli / stop

Method stop

tests/utils/botocore/__init__.py:238–241  ·  view source on GitHub ↗

Shutdown the command runner process.

(self)

Source from the content-addressed store, hash-verified

236 )
237
238 def stop(self):
239 """Shutdown the command runner process."""
240 self.cmd('exit')
241 self._popen.wait()
242
243 def send_cmd(self, *cmd):
244 """Send a command and return immediately.

Callers 15

tear_downMethod · 0.45
end_iterationMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
__exit__Method · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45

Calls 2

cmdMethod · 0.95
waitMethod · 0.45

Tested by 15

tear_downMethod · 0.36
end_iterationMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36