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

Method parse_args

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

Source from the content-addressed store, hash-verified

207class ErrorRaisingArgumentParser(argparse.ArgumentParser):
208
209 def parse_args(self, *args, **kwargs):
210 parse_args = super(ErrorRaisingArgumentParser, self).parse_args
211 return stderr_to_parser_error(parse_args, *args, **kwargs)
212
213 def exit(self, *args, **kwargs):
214 exit = super(ErrorRaisingArgumentParser, self).exit

Calls 2

superClass · 0.85
stderr_to_parser_errorFunction · 0.85

Tested by

no test coverage detected