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:1189–1192 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
1187
""
"
1188
@classmethod
1189
def
setUpClass(cls):
1190
page = cls.page = dialog.winpage
1191
dialog.note.select(page)
1192
page.update()
1193
1194
def
setUp(self):
1195
changes.clear()
Callers
nothing calls this directly
Calls
2
select
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected