Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bloat/py/pw_bloat/
H A Dlabel_output.py119 self._col_widths = self._generate_col_width(col_max_width)
121 def _generate_col_width(self, col_max_width: int) -> list[int]: member in BloatTableOutput