Home
last modified time | relevance | path

Searched refs:_row_separators (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_bloat/py/pw_bloat/
Dbloat_output.py112 separators = self._row_separators([max_label] + column_widths)
162 def _row_separators(self, column_widths: List[int]) -> Dict[str, str]: member in TableOutput