Thanks to visit codestin.com Credit goes to github.com
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 66c5853 commit da2e673Copy full SHA for da2e673
1 file changed
Doc/library/argparse.rst
@@ -853,6 +853,8 @@ is available in ``argparse`` and adds support for boolean actions such as
853
>>> parser.parse_args(['--no-foo'])
854
Namespace(foo=False)
855
856
+.. versionadded:: 3.9
857
+
858
The recommended way to create a custom action is to extend :class:`Action`,
859
overriding the ``__call__`` method and optionally the ``__init__`` and
860
``format_usage`` methods.
0 commit comments