MCPcopy Index your code
hub / github.com/aws/aws-sam-cli / ShowcaseRowModifier

Class ShowcaseRowModifier

samcli/cli/row_modifiers.py:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49class ShowcaseRowModifier(RowModifier):
50 COLOR = "green"
51
52 def apply(self, row: RowDefinition, justification_length: int):
53 return RowDefinition(
54 name=style(
55 f"{row.name}".ljust(justification_length),
56 fg=self.COLOR,
57 ),
58 text=style(row.text.strip(), fg=self.COLOR),
59 )

Callers 15

format_examplesMethod · 0.90
format_examplesMethod · 0.90
format_acronymsMethod · 0.90
format_examplesMethod · 0.90
format_examplesMethod · 0.90
format_acronymsMethod · 0.90
format_examplesMethod · 0.90
format_acronymsMethod · 0.90
format_examplesMethod · 0.90
format_acronymsMethod · 0.90
format_examplesMethod · 0.90

Calls

no outgoing calls

Tested by 1