Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_title_accounts_for_outer_padding
Method · 0.45
test_max_width_calculation
Method · 0.45
test_convert_section_to_vertical
Method · 0.45
add_title
Method · 0.45
new_section
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_title_accounts_for_outer_padding
Method · 0.36
test_max_width_calculation
Method · 0.36
test_convert_section_to_vertical
Method · 0.36