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

Method setUpClass

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

Source from the content-addressed store, hash-verified

231
232 @classmethod
233 def setUpClass(cls):
234 requires('gui')
235 cls.root = Tk()
236 cls.root.withdraw()
237
238 @classmethod
239 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 2

requiresFunction · 0.90
TkClass · 0.90

Tested by

no test coverage detected