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

Method setUpClass

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

Source from the content-addressed store, hash-verified

777
778 @classmethod
779 def setUpClass(cls):
780 page = cls.page = dialog.keyspage
781 dialog.note.select(page)
782 page.set_keys_type = Func()
783 page.load_keys_list = Func()
784
785 @classmethod
786 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 2

FuncClass · 0.90
selectMethod · 0.45

Tested by

no test coverage detected