Add some defaults and __slots__ for 3.14 (#14622)

This commit is contained in:
Jelle Zijlstra
2025-08-22 09:51:00 -07:00
committed by GitHub
parent 94b1880444
commit b6e21d05ae
7 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -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__(