MCPcopy
hub / github.com/pallets/click / get_completion_class

Function get_completion_class

src/click/shell_completion.py:489–489  ·  view source on GitHub ↗
(shell: t.Literal["bash"])

Source from the content-addressed store, hash-verified

487
488@t.overload
489def get_completion_class(shell: t.Literal["bash"]) -> type[BashComplete]: ...
490@t.overload
491def get_completion_class(shell: t.Literal["fish"]) -> type[FishComplete]: ...
492@t.overload

Callers 1

shell_completeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…