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

Method get_parser

Lib/test/test_argparse.py:3816–3820  ·  view source on GitHub ↗
(self, required=None)

Source from the content-addressed store, hash-verified

3814class MEPBase(object):
3815
3816 def get_parser(self, required=None):
3817 parent = super(MEPBase, self).get_parser(required=required)
3818 parser = ErrorRaisingArgumentParser(
3819 prog=parent.prog, add_help=False, parents=[parent])
3820 return parser
3821
3822
3823class TestMutuallyExclusiveGroupErrorsParent(

Calls 2

superClass · 0.85

Tested by

no test coverage detected