mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 00:24:24 +08:00
gflags: Add is_parsed/IsParsed. (#3650)
This commit is contained in:
committed by
Sebastian Rittau
parent
b4da2b694b
commit
2da1b2c426
2
third_party/2/gflags.pyi
vendored
2
third_party/2/gflags.pyi
vendored
@@ -85,6 +85,8 @@ class FlagValues:
|
||||
WriteHelpInXMLFormat = write_help_in_xml_format
|
||||
# TODO validator: gflags_validators.Validator
|
||||
def AddValidator(self, validator: Any) -> None: ...
|
||||
def is_parsed(self) -> bool: ...
|
||||
IsParsed = is_parsed
|
||||
|
||||
FLAGS: FlagValues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user