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

Method _get_default_metavar_for_positional

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

Source from the content-addressed store, hash-verified

759 return action.dest.upper()
760
761 def _get_default_metavar_for_positional(self, action):
762 return action.dest
763
764
765class RawDescriptionHelpFormatter(HelpFormatter):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected