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:288–290 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
286
287
@classmethod
288
def
tearDownClass(cls):
289
cls.root.destroy()
290
del cls.root
291
292
def
test_init(self):
293
debugger.NamespaceViewer(self.root,
'Test'
)
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected