MCPcopy Index your code
hub / github.com/RustPython/RustPython / _get_default_metavar_for_positional

Method _get_default_metavar_for_positional

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

Source from the content-addressed store, hash-verified

702 return action.dest.upper()
703
704 def _get_default_metavar_for_positional(self, action):
705 return action.dest
706
707
708class RawDescriptionHelpFormatter(HelpFormatter):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected