Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ destroy
Method
destroy
Lib/idlelib/idle_test/test_query.py:40–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
38
def
showerror(self, message):
39
self.entry_error[
'text'
] = message
40
def
destroy(self):
41
self.destroyed = True
42
43
def
test_entry_ok_blank(self):
44
dialog = self.Dummy_Query(
' '
)
Callers
15
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
close
Function · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected