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

Method setUpClass

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

Source from the content-addressed store, hash-verified

1187 """
1188 @classmethod
1189 def setUpClass(cls):
1190 page = cls.page = dialog.winpage
1191 dialog.note.select(page)
1192 page.update()
1193
1194 def setUp(self):
1195 changes.clear()

Callers

nothing calls this directly

Calls 2

selectMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected