MCPcopy Index your code
hub / github.com/RustPython/RustPython / test

Method test

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

Source from the content-addressed store, hash-verified

6855class TestImportStar(TestCase):
6856
6857 def test(self):
6858 for name in argparse.__all__:
6859 self.assertHasAttr(argparse, name)
6860
6861 def test_all_exports_everything_but_modules(self):
6862 items = [

Callers

nothing calls this directly

Calls 1

assertHasAttrMethod · 0.45

Tested by

no test coverage detected