Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common_test.py666 out, new_line_indices = debugger_cli_common.wrap_rich_text_lines(
676 out, new_line_indices = debugger_cli_common.wrap_rich_text_lines(
718 out, new_line_indices = debugger_cli_common.wrap_rich_text_lines(
760 debugger_cli_common.wrap_rich_text_lines("foo", 12)
763 debugger_cli_common.wrap_rich_text_lines(
767 out, new_line_indices = debugger_cli_common.wrap_rich_text_lines(
Dcurses_ui.py1030 debugger_cli_common.wrap_rich_text_lines(output, self._max_x - 2))
1201 wrapped_menu, _ = debugger_cli_common.wrap_rich_text_lines(
1592 candidates_output, _ = debugger_cli_common.wrap_rich_text_lines(
Ddebugger_cli_common.py434 def wrap_rich_text_lines(inp, cols): function