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

Method setUpClass

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

Source from the content-addressed store, hash-verified

269
270 @classmethod
271 def setUpClass(cls):
272 page = cls.page = dialog.highpage
273 dialog.note.select(page)
274 page.set_theme_type = Func()
275 page.paint_theme_sample = Func()
276 page.set_highlight_target = Func()
277 page.set_color_sample = Func()
278 page.update()
279
280 @classmethod
281 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 3

FuncClass · 0.90
selectMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected