MCPcopy
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
167def Display(lines, out):
168 text = '\n'.join(lines) + '\n'
169 console_io.More(text, out=out)
170
171
172def CompletionScript(name, component, shell):

Callers 3

FireFunction · 0.85
_PrintResultFunction · 0.85
_DisplayErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected