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

Method setUpClass

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

Source from the content-addressed store, hash-verified

1301 """Test that the help source list works correctly."""
1302 @classmethod
1303 def setUpClass(cls):
1304 page = dialog.extpage
1305 dialog.note.select(page)
1306
1307
1308class HelpSourceTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected