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

Method _create_metadata

awscli/customizations/logs/ui.py:631–640  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

629 self._application.invalidate()
630
631 def _create_metadata(self):
632 self._metadata = FormattedTextControl(
633 text="Highlighted Terms: {}, 0 events/sec, Sampled: No | 00:00:00"
634 )
635 return Window(
636 self._metadata,
637 wrap_lines=True,
638 dont_extend_height=True,
639 align=WindowAlign.RIGHT,
640 )
641
642 def update_metadata(self):
643 current_time = time.time()

Callers 1

_create_uiMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected