Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUpClass
Method
setUpClass
Lib/idlelib/idle_test/test_configdialog.py:113–117 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
111
""
"
112
@classmethod
113
def
setUpClass(cls):
114
page = cls.page = dialog.fontpage
115
dialog.note.select(page)
116
page.set_samples = Func()
# Mask instance method.
117
page.update()
118
119
@classmethod
120
def
tearDownClass(cls):
Callers
nothing calls this directly
Calls
3
Func
Class · 0.90
select
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected