mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
Add some defaults and __slots__ for 3.14 (#14622)
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ class ArgumentParser(_AttributeHolder, _ActionsContainer):
|
||||
exit_on_error: bool = True,
|
||||
*,
|
||||
suggest_on_error: bool = False,
|
||||
color: bool = False,
|
||||
color: bool = True,
|
||||
) -> None: ...
|
||||
else:
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user