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

Method _format_row

awscli/table.py:468–469  ·  view source on GitHub ↗
(self, row)

Source from the content-addressed store, hash-verified

466 self._update_max_widths(row)
467
468 def _format_row(self, row):
469 return [str(r) for r in row]
470
471 def _update_max_widths(self, row):
472 if not self._max_widths:

Callers 1

add_rowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected