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

Method get_parser

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

Source from the content-addressed store, hash-verified

3925class MEPBase(object):
3926
3927 def get_parser(self, required=None):
3928 parent = super(MEPBase, self).get_parser(required=required)
3929 parser = ErrorRaisingArgumentParser(
3930 prog=parent.prog, add_help=False, parents=[parent])
3931 return parser
3932
3933
3934class TestMutuallyExclusiveGroupErrorsParent(

Calls 2

superClass · 0.85

Tested by

no test coverage detected