mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Get argparse.__all__ back up to date (issue 9353)
This commit is contained in:
parent
c4ac887917
commit
72c553829a
2 changed files with 20 additions and 3 deletions
|
@ -65,13 +65,20 @@ __version__ = '1.1'
|
|||
__all__ = [
|
||||
'ArgumentParser',
|
||||
'ArgumentError',
|
||||
'Namespace',
|
||||
'Action',
|
||||
'ArgumentTypeError',
|
||||
'FileType',
|
||||
'HelpFormatter',
|
||||
'ArgumentDefaultsHelpFormatter',
|
||||
'RawDescriptionHelpFormatter',
|
||||
'RawTextHelpFormatter',
|
||||
'ArgumentDefaultsHelpFormatter',
|
||||
'Namespace',
|
||||
'Action',
|
||||
'ONE_OR_MORE',
|
||||
'OPTIONAL',
|
||||
'PARSER',
|
||||
'REMAINDER',
|
||||
'SUPPRESS',
|
||||
'ZERO_OR_MORE',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue