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

Method setUpClass

Lib/idlelib/idle_test/test_configdialog.py:1478–1481  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1476
1477 @classmethod
1478 def setUpClass(cls):
1479 cls.tracers = configdialog.VarTrace()
1480 cls.iv = IntVar(root)
1481 cls.bv = BooleanVar(root)
1482
1483 @classmethod
1484 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 2

IntVarClass · 0.90
BooleanVarClass · 0.90

Tested by

no test coverage detected