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

Method setUpClass

Lib/idlelib/idle_test/test_percolator.py:37–39  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

35
36 @classmethod
37 def setUpClass(cls):
38 cls.root = Tk()
39 cls.text = Text(cls.root)
40
41 @classmethod
42 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 2

TkClass · 0.90
TextClass · 0.90

Tested by

no test coverage detected