Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
Callers
4
test_max_width_calculation
Method · 0.80
test_convert_section_to_vertical
Method · 0.80
_build_sub_table_from_dict
Method · 0.80
_build_sub_table_from_list
Method · 0.80
Calls
1
add_header
Method · 0.80
Tested by
2
test_max_width_calculation
Method · 0.64
test_convert_section_to_vertical
Method · 0.64