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:1270–1273 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
1268
""
"
1269
@classmethod
1270
def
setUpClass(cls):
1271
page = cls.page = dialog.shedpage
1272
dialog.note.select(page)
1273
page.update()
1274
1275
def
setUp(self):
1276
changes.clear()
Callers
nothing calls this directly
Calls
2
select
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected