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

Method style_title

awscli/table.py:163–164  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

161
162class Styler:
163 def style_title(self, text):
164 return text
165
166 def style_header_column(self, text):
167 return text

Callers 1

_render_titleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected