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

Method add_row_header

awscli/table.py:239–240  ·  view source on GitHub ↗
(self, headers)

Source from the content-addressed store, hash-verified

237 self._current_section.add_title(title)
238
239 def add_row_header(self, headers):
240 self._current_section.add_header(headers)
241
242 def add_row(self, row_elements):
243 self._current_section.add_row(row_elements)

Calls 1

add_headerMethod · 0.80

Tested by 2