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

Method close

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