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

Method delete

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:1218–1221  ·  view source on GitHub ↗

Delete all specified items and all their descendants. The root item may not be deleted.

(self, *items)

Source from the content-addressed store, hash-verified

1216
1217
1218 def delete(self, *items):
1219 """Delete all specified items and all their descendants. The root
1220 item may not be deleted."""
1221 self.tk.call(self._w, "delete", items)
1222
1223
1224 def detach(self, *items):

Callers 1

set_menuMethod · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected