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

Method test_single_parent_mutex

Lib/test/test_argparse.py:3168–3171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3166 NS(w='3', y='1', z='2'))
3167
3168 def test_single_parent_mutex(self):
3169 self._test_mutex_ab(self.ab_mutex_parent.parse_args)
3170 parser = ErrorRaisingArgumentParser(parents=[self.ab_mutex_parent])
3171 self._test_mutex_ab(parser.parse_args)
3172
3173 def test_single_grandparent_mutex(self):
3174 parents = [self.ab_mutex_parent]

Callers

nothing calls this directly

Calls 2

_test_mutex_abMethod · 0.95

Tested by

no test coverage detected