Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,10 @@ The add_argument() method

* deprecated_ - Whether or not use of the argument is deprecated.

The method returns the :class:`Action` object that was created and added to
the parser. This can be stored and used for further customization or
inspection.

The following sections describe how each of these are used.


Expand Down
Loading