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: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
1308
class
HelpSourceTest(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
select
Method · 0.45
Tested by
no test coverage detected