MCPcopy Index your code
hub / github.com/bpython/bpython / setUpClass

Method setUpClass

bpython/test/__init__.py:11–12  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

9class FixLanguageTestCase(unittest.TestCase):
10 @classmethod
11 def setUpClass(cls):
12 init(languages=["en"])
13
14
15class MagicIterMock(unittest.mock.MagicMock):

Callers

nothing calls this directly

Calls 1

initFunction · 0.90

Tested by

no test coverage detected