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

Method setUp

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

Source from the content-addressed store, hash-verified

2577 return parser
2578
2579 def setUp(self):
2580 super().setUp()
2581 self.parser = self._get_parser()
2582 self.command_help_parser = self._get_parser(subparser_help=True)
2583
2584 def test_parse_args_failures(self):
2585 # check some failure cases:

Callers

nothing calls this directly

Calls 3

_get_parserMethod · 0.95
superClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected