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

Method setUpClass

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

Source from the content-addressed store, hash-verified

1268 """
1269 @classmethod
1270 def setUpClass(cls):
1271 page = cls.page = dialog.shedpage
1272 dialog.note.select(page)
1273 page.update()
1274
1275 def setUp(self):
1276 changes.clear()

Callers

nothing calls this directly

Calls 2

selectMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected