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

Method setUpClass

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

Source from the content-addressed store, hash-verified

1309 """Test that the help source list works correctly."""
1310 @classmethod
1311 def setUpClass(cls):
1312 page = dialog.extpage
1313 dialog.note.select(page)
1314 frame = cls.frame = page.frame_help
1315 frame.set = frame.set_add_delete_state = Func()
1316 frame.upc = frame.update_help_changes = Func()
1317 frame.update()
1318
1319 @classmethod
1320 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