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_textview.py:148–150 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
146
147
@classmethod
148
def
setUpClass(cls):
149
cls.orig_error = tv.showerror
150
tv.showerror = Mbox_func()
151
152
@classmethod
153
def
tearDownClass(cls):
Callers
nothing calls this directly
Calls
1
Mbox_func
Class · 0.90
Tested by
no test coverage detected