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

Class Styler

awscli/table.py:162–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162class Styler:
163 def style_title(self, text):
164 return text
165
166 def style_header_column(self, text):
167 return text
168
169 def style_row_element(self, text):
170 return text
171
172 def style_indentation_char(self, text):
173 return text
174
175
176class ColorizedStyler(Styler):

Callers 3

setUpMethod · 0.90
__init__Method · 0.90
__init__Method · 0.85

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.72