Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ update_bottom_toolbar
Method
update_bottom_toolbar
awscli/customizations/logs/ui.py:586–587 ·
view source on GitHub ↗
(self, new_text)
Source
from the content-addressed store, hash-verified
584
)
585
586
def
update_bottom_toolbar(self, new_text):
587
self._bottom_toolbar.text = new_text
588
589
def
update_quit_button(self, new_text):
590
self._quit_button.text = new_text
Callers
4
handle_scrolling
Method · 0.95
test_update_toolbar
Method · 0.80
_
Method · 0.80
_reset
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_update_toolbar
Method · 0.64