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:470–473 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
468
self._log_events.clear()
469
470
async
def
run(self):
471
while
True:
472
self._print_log_events()
473
await asyncio.sleep(1)
474
475
476
class
BufferControlColorProcessor(Processor):
Callers
nothing calls this directly
Calls
2
_print_log_events
Method · 0.95
sleep
Method · 0.45
Tested by
no test coverage detected