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_outwin.py:29–33 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
27
28
@classmethod
29
def
tearDownClass(cls):
30
cls.window.close()
31
del cls.text, cls.window
32
cls.root.destroy()
33
del cls.root
34
35
def
setUp(self):
36
self.text.delete(
'1.0'
,
'end'
)
Callers
nothing calls this directly
Calls
2
close
Method · 0.45
destroy
Method · 0.45
Tested by
no test coverage detected