We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11840ca commit 3cf2eacCopy full SHA for 3cf2eac
Doc/library/argparse.rst
@@ -698,6 +698,10 @@ The add_argument() method
698
699
* deprecated_ - Whether or not use of the argument is deprecated.
700
701
+ The method returns the :class:`Action` object that was created and added to
702
+ the parser. This can be stored and used for further customization or
703
+ inspection.
704
+
705
The following sections describe how each of these are used.
706
707
0 commit comments