MCPcopy 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_mainMethod · 0.95
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
patch_make_requestMethod · 0.45
tearDownMethod · 0.45
patch_sendMethod · 0.45

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by 6

tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
patch_make_requestMethod · 0.36
tearDownMethod · 0.36
patch_sendMethod · 0.36