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

Method add_title

awscli/table.py:444–445  ·  view source on GitHub ↗
(self, title)

Source from the content-addressed store, hash-verified

442 )
443
444 def add_title(self, title):
445 self.title = title
446
447 def add_header(self, headers):
448 self._update_max_widths(headers)

Callers 5

add_titleMethod · 0.45
new_sectionMethod · 0.45

Calls

no outgoing calls