MCPcopy 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
163class SectionName(Query):

Callers 15

okMethod · 0.95
cancelMethod · 0.95
hide_windowMethod · 0.45
closeMethod · 0.45
load_dictMethod · 0.45
closeMethod · 0.45
hidetipMethod · 0.45
okMethod · 0.45
cancelMethod · 0.45
closeMethod · 0.45
hidetipMethod · 0.45

Calls 2

superClass · 0.85
grab_releaseMethod · 0.80

Tested by

no test coverage detected