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

Method exit

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

Source from the content-addressed store, hash-verified

191 return stderr_to_parser_error(parse_args, *args, **kwargs)
192
193 def exit(self, *args, **kwargs):
194 exit = super(ErrorRaisingArgumentParser, self).exit
195 return stderr_to_parser_error(exit, *args, **kwargs)
196
197 def error(self, *args, **kwargs):
198 error = super(ErrorRaisingArgumentParser, self).error

Callers 1

test_argparse.pyFile · 0.45

Calls 2

superClass · 0.85
stderr_to_parser_errorFunction · 0.85

Tested by

no test coverage detected