Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/idlelib/idle_test/test_searchbase.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
self.dialog = sdb.SearchDialogBase(root=self.root, engine=self.engine)
42
43
def
tearDown(self):
44
self.dialog.close()
45
46
def
test_open_and_close(self):
47
# open calls create_widgets, which needs default_command
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected