MCPcopy
hub / github.com/google/python-fire / _GetPossibleActionsString

Function _GetPossibleActionsString

fire/helptext.py:372–375  ·  view source on GitHub ↗

A help screen string listing the possible action kinds available.

(possible_actions)

Source from the content-addressed store, hash-verified

370
371
372def _GetPossibleActionsString(possible_actions):
373 """A help screen string listing the possible action kinds available."""
374 return ' | '.join(formatting.Underline(action.upper())
375 for action in possible_actions)
376
377
378def _GetActionsGroupedByKind(component, verbose=False):

Callers 1

_SynopsisSectionFunction · 0.85

Calls 1

upperMethod · 0.80

Tested by

no test coverage detected