Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/python-fire
/ Display
Function
Display
fire/core.py:167–169 ·
view source on GitHub ↗
(lines, out)
Source
from the content-addressed store, hash-verified
165
166
167
def
Display(lines, out):
168
text =
'\n'
.join(lines) +
'\n'
169
console_io.More(text, out=out)
170
171
172
def
CompletionScript(name, component, shell):
Callers
3
Fire
Function · 0.85
_PrintResult
Function · 0.85
_DisplayError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected