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

Function _GetPossibleActionsUsageString

fire/helptext.py:684–688  ·  view source on GitHub ↗
(possible_actions)

Source from the content-addressed store, hash-verified

682
683
684def _GetPossibleActionsUsageString(possible_actions):
685 if possible_actions:
686 actions_str = '|'.join(possible_actions)
687 return f'<{actions_str}>'
688 return None
689
690
691def _UsageAvailabilityLines(actions_grouped_by_kind):

Callers 1

UsageTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected