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

Method setUp

mypyc/test/test_emitwrapper.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class 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)

Callers

nothing calls this directly

Calls 2

EmitterContextClass · 0.90
NameGeneratorClass · 0.90

Tested by

no test coverage detected