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

Method add_text

awscli/customizations/logs/ui.py:393–398  ·  view source on GitHub ↗
(self, data: str)

Source from the content-addressed store, hash-verified

391 return self._pause_buffer
392
393 def add_text(self, data: str) -> bool:
394 if not get_app().layout.has_focus(self):
395 self.text += data
396 self.cursor_position = len(self.text)
397 else:
398 self._pause_buffer.text += data
399
400
401class InteractivePrinter(BaseLiveTailPrinter):

Callers 1

_print_log_eventsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected