MCPcopy Index your code
hub / github.com/google/python-fire / CompletionScript

Function CompletionScript

fire/core.py:172–174  ·  view source on GitHub ↗

Returns the text of the completion script for a Fire CLI.

(name, component, shell)

Source from the content-addressed store, hash-verified

170
171
172def CompletionScript(name, component, shell):
173 """Returns the text of the completion script for a Fire CLI."""
174 return completion.Script(name, component, shell=shell)
175
176
177class FireError(Exception):

Callers 1

_FireFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected