(shell: t.Literal["bash"])
| 487 | |
| 488 | @t.overload |
| 489 | def get_completion_class(shell: t.Literal["bash"]) -> type[BashComplete]: ... |
| 490 | @t.overload |
| 491 | def get_completion_class(shell: t.Literal["fish"]) -> type[FishComplete]: ... |
| 492 | @t.overload |
no outgoing calls
no test coverage detected
searching dependent graphs…