Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ tearDownClass
Method
tearDownClass
Lib/idlelib/idle_test/test_undo.py:23–27 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
21
22
@classmethod
23
def
tearDownClass(cls):
24
cls.percolator.redir.close()
25
del cls.percolator, cls.text
26
cls.root.destroy()
27
del cls.root
28
29
def
setUp(self):
30
self.delegator = UndoDelegator()
Callers
nothing calls this directly
Calls
2
close
Method · 0.45
destroy
Method · 0.45
Tested by
no test coverage detected