MCPcopy Index your code
hub / github.com/python/cpython / _get_help_string

Method _get_help_string

Lib/argparse.py:755–756  ·  view source on GitHub ↗
(self, action)

Source from the content-addressed store, hash-verified

753 subsequent_indent=indent)
754
755 def _get_help_string(self, action):
756 return action.help
757
758 def _get_default_metavar_for_optional(self, action):
759 return action.dest.upper()

Callers 1

_expand_helpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected