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

Method delete

Lib/tkinter/ttk.py:1228–1231  ·  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

1226
1227
1228 def delete(self, *items):
1229 """Delete all specified items and all their descendants. The root
1230 item may not be deleted."""
1231 self.tk.call(self._w, "delete", items)
1232
1233
1234 def detach(self, *items):

Callers 15

detachMethod · 0.45
dnd_leaveMethod · 0.45
filter_commandMethod · 0.45
set_filterMethod · 0.45
set_selectionMethod · 0.45
set_menuMethod · 0.45
test_deleteMethod · 0.45
test_hamt_stressMethod · 0.45
test_hamt_delete_1Method · 0.45
test_hamt_delete_2Method · 0.45
test_hamt_delete_3Method · 0.45
test_hamt_delete_4Method · 0.45

Calls 1

callMethod · 0.45

Tested by 13

test_deleteMethod · 0.36
test_hamt_stressMethod · 0.36
test_hamt_delete_1Method · 0.36
test_hamt_delete_2Method · 0.36
test_hamt_delete_3Method · 0.36
test_hamt_delete_4Method · 0.36
test_hamt_delete_5Method · 0.36
test_hamt_eq_1Method · 0.36
test_revalidationMethod · 0.36
test_deleteMethod · 0.36
test_focusMethod · 0.36
test_indexMethod · 0.36