MCPcopy 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_scrollingMethod · 0.95
test_update_toolbarMethod · 0.80
_Method · 0.80
_resetMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_update_toolbarMethod · 0.64