Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ _format_headers
Method
_format_headers
awscli/table.py:453–454 ·
view source on GitHub ↗
(self, headers)
Source
from the content-addressed store, hash-verified
451
self.headers = self._format_headers(headers)
452
453
def
_format_headers(self, headers):
454
return
headers
455
456
def
add_row(self, row):
457
if
self._num_cols is None:
Callers
1
add_header
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected