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

Method destroy

Lib/tkinter/__init__.py:4213–4216  ·  view source on GitHub ↗

Destroy this widget and the associated menu.

(self)

Source from the content-addressed store, hash-verified

4211 return Widget.__getitem__(self, name)
4212
4213 def destroy(self):
4214 """Destroy this widget and the associated menu."""
4215 Menubutton.destroy(self)
4216 self.__menu = None
4217
4218
4219class Image:

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected