MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / destroy

Method destroy

tools/python-3.11.9-amd64/Lib/idlelib/tree.py:96–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 2

edit_finishMethod · 0.45
edit_cancelMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected