mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
committed by
Jelle Zijlstra
parent
1726b31013
commit
4d61442004
6
third_party/2and3/click/types.pyi
vendored
6
third_party/2and3/click/types.pyi
vendored
@@ -27,7 +27,11 @@ class CompositeParamType(ParamType):
|
||||
|
||||
class Choice(ParamType):
|
||||
choices: Iterable[str]
|
||||
def __init__(self, choices: Iterable[str]) -> None:
|
||||
def __init__(
|
||||
self,
|
||||
choices: Iterable[str],
|
||||
case_sensitive: bool = ...,
|
||||
) -> None:
|
||||
...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user