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 fbd40ce commit b052fa3Copy full SHA for b052fa3
Lib/argparse.py
@@ -698,14 +698,6 @@ class ArgumentDefaultsHelpFormatter(HelpFormatter):
698
"""
699
700
def _get_help_string(self, action):
701
- """
702
- Add the default value to the option help message.
703
-
704
- ArgumentDefaultsHelpFormatter and BooleanOptionalAction when it isn't
705
- already present. This code will do that, detecting cornercases to
706
- prevent duplicates or cases where it wouldn't make sense to the end
707
- user.
708
709
help = action.help
710
if help is None:
711
help = ''
0 commit comments