Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDownClass
Method
tearDownClass
Lib/idlelib/idle_test/test_debugger.py:239–241 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
237
238
@classmethod
239
def
tearDownClass(cls):
240
cls.root.destroy()
241
del cls.root
242
243
def
setUp(self):
244
self.code = compile(TEST_CODE,
'test_stackviewer.py'
,
'exec'
)
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected