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

Method format_usage

Lib/argparse.py:980–981  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

978 return [(name, getattr(self, name)) for name in names]
979
980 def format_usage(self):
981 return self.option_strings[0]
982
983 def __call__(self, parser, namespace, values, option_string=None):
984 raise NotImplementedError('.__call__() not defined')

Calls

no outgoing calls