Home
last modified time | relevance | path

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

/external/pigweed/pw_bloat/py/pw_bloat/
Dbloat_output.py119 self._center_align(val.capitalize(), column_widths[i])
122 column_names = [self._center_align(self.LABEL_COLUMN, max_label)
192 def _center_align(val: str, width: int) -> str: member in TableOutput