Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_down
Method · 0.45
end_iteration
Method · 0.45
tearDown
Method · 0.45
test_proxy_request_includes_host_header
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
__exit__
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
Calls
2
cmd
Method · 0.95
wait
Method · 0.45
Tested by
15
tear_down
Method · 0.36
end_iteration
Method · 0.36
tearDown
Method · 0.36
test_proxy_request_includes_host_header
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36