Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py1165 pad, i, output.lines[i], color_segments=output.font_attr_segs[i])
1180 color_segments=(self._nav_bar.font_attr_segs[0]
1207 color_segments=(wrapped_menu.font_attr_segs[0]
1229 def _screen_add_line_to_output_pad(self, pad, row, txt, color_segments=None): argument
1250 if not color_segments:
1255 if not isinstance(color_segments, list):
1262 if color_segments[0][0] == 0:
1265 all_segments.append((0, color_segments[0][0]))
1269 color_segments, color_segments[1:] + [(len(txt), None, None)]):
Dcurses_ui_test.py134 def _screen_add_line_to_output_pad(self, pad, row, txt, color_segments=None): argument