Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ destroy
Method
destroy
Lib/idlelib/query.py:158–160 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
156
self.destroy()
157
158
def
destroy(self):
159
self.grab_release()
160
super().destroy()
161
162
163
class
SectionName(Query):
Callers
15
ok
Method · 0.95
cancel
Method · 0.95
hide_window
Method · 0.45
toggle_code_context_event
Method · 0.45
close
Method · 0.45
load_dict
Method · 0.45
close
Method · 0.45
hidetip
Method · 0.45
ok
Method · 0.45
cancel
Method · 0.45
close
Method · 0.45
hidetip
Method · 0.45
Calls
2
super
Class · 0.85
grab_release
Method · 0.80
Tested by
no test coverage detected