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

Method parse_args

Lib/test/test_argparse.py:189–191  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

187class ErrorRaisingArgumentParser(argparse.ArgumentParser):
188
189 def parse_args(self, *args, **kwargs):
190 parse_args = super(ErrorRaisingArgumentParser, self).parse_args
191 return stderr_to_parser_error(parse_args, *args, **kwargs)
192
193 def exit(self, *args, **kwargs):
194 exit = super(ErrorRaisingArgumentParser, self).exit

Calls 2

superClass · 0.85
stderr_to_parser_errorFunction · 0.85

Tested by

no test coverage detected