MCPcopy Index your code
hub / github.com/RustPython/RustPython / destroy

Method destroy

Lib/tkinter/simpledialog.py:285–287  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

283 Dialog.__init__(self, parent, title)
284
285 def destroy(self):
286 self.entry = None
287 Dialog.destroy(self)
288
289 def body(self, master):
290

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected