(self)
| 11 | |
| 12 | class TestArgCheck(unittest.TestCase): |
| 13 | def setUp(self) -> None: |
| 14 | self.context = EmitterContext(NameGenerator([["mod"]]), True) |
| 15 | |
| 16 | def test_check_list(self) -> None: |
| 17 | emitter = Emitter(self.context) |
nothing calls this directly
no test coverage detected