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_percolator.py:37–39 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
35
36
@classmethod
37
def
setUpClass(cls):
38
cls.root = Tk()
39
cls.text = Text(cls.root)
40
41
@classmethod
42
def
tearDownClass(cls):
Callers
nothing calls this directly
Calls
2
Tk
Class · 0.90
Text
Class · 0.90
Tested by
no test coverage detected