mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
[gflags] add known_only arg to __call__ (#2646)
This commit is contained in:
2
third_party/2/gflags.pyi
vendored
2
third_party/2/gflags.pyi
vendored
@@ -60,7 +60,7 @@ class FlagValues:
|
||||
def __contains__(self, name: str) -> bool: ...
|
||||
has_key = __contains__
|
||||
def __iter__(self) -> Iterable[str]: ...
|
||||
def __call__(self, argv: List[str]) -> List[str]: ...
|
||||
def __call__(self, argv: List[str], known_only: bool = ...) -> List[str]: ...
|
||||
def reset(self) -> None: ...
|
||||
Reset = reset
|
||||
def RegisteredFlags(self) -> List[str]: ...
|
||||
|
||||
Reference in New Issue
Block a user