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

Method destroy

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:4074–4077  ·  view source on GitHub ↗

Destroy this widget and the associated menu.

(self)

Source from the content-addressed store, hash-verified

4072 return Widget.__getitem__(self, name)
4073
4074 def destroy(self):
4075 """Destroy this widget and the associated menu."""
4076 Menubutton.destroy(self)
4077 self.__menu = None
4078
4079
4080class Image:

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected