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

Method setUpClass

Lib/idlelib/idle_test/test_debugger.py:282–285  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

280
281 @classmethod
282 def setUpClass(cls):
283 requires('gui')
284 cls.root = Tk()
285 cls.root.withdraw()
286
287 @classmethod
288 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 2

requiresFunction · 0.90
TkClass · 0.90

Tested by

no test coverage detected