Skip to content

Commit 271997f

Browse files
Annotate instance attributes
1 parent 6ffa4ab commit 271997f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stdlib/argparse.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ class ArgumentParser(_AttributeHolder, _ActionsContainer):
123123
fromfile_prefix_chars: str | None
124124
add_help: bool
125125
allow_abbrev: bool
126+
exit_on_error: bool
127+
128+
if sys.version_info >= (3, 14):
129+
suggest_on_error: bool
130+
color: bool
126131

127132
# undocumented
128133
_positionals: _ArgumentGroup

0 commit comments

Comments
 (0)