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

Method error

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

Source from the content-addressed store, hash-verified

215 return stderr_to_parser_error(exit, *args, **kwargs)
216
217 def error(self, *args, **kwargs):
218 error = super(ErrorRaisingArgumentParser, self).error
219 return stderr_to_parser_error(error, *args, **kwargs)
220
221
222class ParserTesterMetaclass(type):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
stderr_to_parser_errorFunction · 0.85

Tested by

no test coverage detected