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

Class BufferControlColorProcessor

awscli/customizations/logs/ui.py:476–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475
476class BufferControlColorProcessor(Processor):
477 def apply_transformation(self, transformation_input):
478 fragments = to_formatted_text(
479 ANSI(fragment_list_to_text(transformation_input.fragments))
480 )
481 return Transformation(fragments)
482
483
484class InteractiveUI(BaseLiveTailUI):

Callers 1

_create_uiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected