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:236–237 ·
view source on GitHub ↗
(self, title)
Source
from the content-addressed store, hash-verified
234
self._terminal_width = determine_terminal_width()
235
236
def
add_title(self, title):
237
self._current_section.add_title(title)
238
239
def
add_row_header(self, headers):
240
self._current_section.add_header(headers)
Callers
nothing calls this directly
Calls
1
add_title
Method · 0.45
Tested by
no test coverage detected