mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-25 18:24:03 +08:00
committed by
Jelle Zijlstra
parent
1726b31013
commit
4d61442004
Vendored
+5
-1
@@ -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