Searched refs:_row_separators (Results 1 – 1 of 1) sorted by relevance
112 separators = self._row_separators([max_label] + column_widths)162 def _row_separators(self, column_widths: List[int]) -> Dict[str, str]: member in TableOutput