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

Method format_usage

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

Source from the content-addressed store, hash-verified

914 return [(name, getattr(self, name)) for name in names]
915
916 def format_usage(self):
917 return self.option_strings[0]
918
919 def __call__(self, parser, namespace, values, option_string=None):
920 raise NotImplementedError('.__call__() not defined')

Calls

no outgoing calls

Tested by 6

test_helpMethod · 0.36