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

Method test_format

Lib/test/test_argparse.py:4167–4170  ·  view source on GitHub ↗
(self, tester)

Source from the content-addressed store, hash-verified

4165
4166 @force_not_colorized
4167 def test_format(self, tester):
4168 parser = self._get_parser(tester)
4169 format = getattr(parser, 'format_%s' % self.func_suffix)
4170 self._test(tester, format())
4171
4172 @force_not_colorized
4173 def test_print(self, tester):

Callers

nothing calls this directly

Calls 3

_get_parserMethod · 0.95
_testMethod · 0.95
formatFunction · 0.85

Tested by

no test coverage detected