MCPcopy Index your code
hub / github.com/python/cpython / destroy

Method destroy

Lib/idlelib/tree.py:98–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 self.iconimages = {} # cache of PhotoImage instances for icons
97
98 def destroy(self):
99 for c in self.children[:]:
100 self.children.remove(c)
101 c.destroy()
102 self.parent = None
103
104 def geticonimage(self, name):
105 try:

Callers 2

edit_finishMethod · 0.45
edit_cancelMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected