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

Method test

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

Source from the content-addressed store, hash-verified

6988class TestImportStar(TestCase):
6989
6990 def test(self):
6991 for name in argparse.__all__:
6992 self.assertHasAttr(argparse, name)
6993
6994 def test_all_exports_everything_but_modules(self):
6995 items = [

Callers

nothing calls this directly

Calls 1

assertHasAttrMethod · 0.80

Tested by

no test coverage detected