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

Method run

awscli/customizations/logs/ui.py:747–749  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

745 self._printer.interrupt_session = True
746
747 def run(self):
748 with handle_signal(self._printer):
749 self._printer.run()
750
751
752class LiveTailLogEventsCollector(Thread):

Callers 2

_run_uiMethod · 0.45
_run_mainMethod · 0.45

Calls 1

handle_signalFunction · 0.85

Tested by

no test coverage detected