Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
752
class
LiveTailLogEventsCollector(Thread):
Callers
2
_run_ui
Method · 0.45
_run_main
Method · 0.45
Calls
1
handle_signal
Function · 0.85
Tested by
no test coverage detected