Home
last modified time | relevance | path

Searched defs:_LabelContent (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_bloat/py/pw_bloat/
Dlabel_output.py92 class _LabelContent(NamedTuple): class in BloatTableOutput
168 old_labels: Optional[Tuple[_LabelContent, ...]],
169 new_labels: Tuple[_LabelContent, ...],
345 self, diff_list: Tuple[_LabelContent, ...]