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

Method close

tools/python-3.11.9-amd64/Lib/idlelib/browser.py:98–101  ·  view source on GitHub ↗

Dismiss the window and the tree nodes.

(self, event=None)

Source from the content-addressed store, hash-verified

96 self.init()
97
98 def close(self, event=None):
99 "Dismiss the window and the tree nodes."
100 self.top.destroy()
101 self.node.destroy()
102
103 def init(self):
104 "Create browser tkinter widgets, including the tree."

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected