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

Method delete

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1446–1447  ·  view source on GitHub ↗
(self, from_, to=None)

Source from the content-addressed store, hash-verified

1444 self.tk.call(self._w, 'anchor', 'clear')
1445
1446 def delete(self, from_, to=None):
1447 self.tk.call(self._w, 'delete', from_, to)
1448
1449 def dragsite_set(self, index):
1450 self.tk.call(self._w, 'dragsite', 'set', index)

Callers 11

detachMethod · 0.45
dnd_leaveMethod · 0.45
filter_commandMethod · 0.45
set_filterMethod · 0.45
set_selectionMethod · 0.45
test_revalidationMethod · 0.45
test_deleteMethod · 0.45
test_focusMethod · 0.45
test_indexMethod · 0.45
test_insert_itemMethod · 0.45
loadfileMethod · 0.45

Calls 1

callMethod · 0.80

Tested by 5

test_revalidationMethod · 0.36
test_deleteMethod · 0.36
test_focusMethod · 0.36
test_indexMethod · 0.36
test_insert_itemMethod · 0.36