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:192–194 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
190
191
@classmethod
192
def
tearDownClass(cls):
193
cls.root.destroy()
194
del cls.root
195
196
def
setUp(self):
197
self.debugger = debugger.Debugger(self.pyshell, self.idb)
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected