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

Method _delete

tools/python-3.11.9-amd64/Lib/turtle.py:553–557  ·  view source on GitHub ↗

Delete graphics item from canvas. If item is"all" delete all graphics items.

(self, item)

Source from the content-addressed store, hash-verified

551 self.cv.tag_raise(lineitem)
552
553 def _delete(self, item):
554 """Delete graphics item from canvas.
555 If item is"all" delete all graphics items.
556 """
557 self.cv.delete(item)
558
559 def _update(self):
560 """Redraw graphics items on canvas

Callers 6

clearMethod · 0.45
_setshapeMethod · 0.45
_clearMethod · 0.45
_clearstampMethod · 0.45
_undogotoMethod · 0.45
_undoMethod · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected