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

Class PrintOnlyUI

awscli/customizations/logs/ui.py:739–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737
738
739class PrintOnlyUI(BaseLiveTailUI):
740 def __init__(self, output, log_events) -> None:
741 self._log_events = log_events
742 self._printer = PrintOnlyPrinter(output, self._log_events)
743
744 def exit(self):
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 3

setUpMethod · 0.90
setUpMethod · 0.90
_run_mainMethod · 0.90

Calls

no outgoing calls

Tested by 2

setUpMethod · 0.72
setUpMethod · 0.72