Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _display_output
Method
_display_output
tensorflow/python/debug/cli/readline_ui.py:125–127 ·
view source on GitHub ↗
(self, screen_output)
Source
from the content-addressed store, hash-verified
123
print(
"Failed to write output to %s"
% output_file_path)
124
125
def
_display_output(self, screen_output):
126
for
line in screen_output.lines:
127
print(line)
Callers
1
_dispatch_command
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected