MCPcopy Create free account
hub / github.com/python-cmd2/cmd2 / Choices

Class Choices

cmd2/completion.py:274–275  ·  view source on GitHub ↗

A collection of potential values available for completion, typically provided by a choice provider.

Source from the content-addressed store, hash-verified

272
273@dataclass(frozen=True, slots=True, kw_only=True)
274class Choices(CompletionResultsBase):
275 """A collection of potential values available for completion, typically provided by a choice provider."""
276
277
278@dataclass(frozen=True, slots=True, kw_only=True)

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…