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

Method error

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

Source from the content-addressed store, hash-verified

195 return stderr_to_parser_error(exit, *args, **kwargs)
196
197 def error(self, *args, **kwargs):
198 error = super(ErrorRaisingArgumentParser, self).error
199 return stderr_to_parser_error(error, *args, **kwargs)
200
201
202class ParserTesterMetaclass(type):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
stderr_to_parser_errorFunction · 0.85

Tested by

no test coverage detected