Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ stop
Method
stop
awscli/customizations/logs/ui.py:787–790 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
785
self._ui.exit()
786
787
def
stop(self):
788
if
self._exception is not None:
789
self._output.write(str(self._exception) +
"\n"
)
790
self._output.flush()
791
792
def
run(self):
793
self._collect_log_events()
Callers
7
_run_main
Method · 0.95
tearDown
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
patch_make_request
Method · 0.45
tearDown
Method · 0.45
patch_send
Method · 0.45
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
6
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
patch_make_request
Method · 0.36
tearDown
Method · 0.36
patch_send
Method · 0.36