MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / _delete

Method _delete

Python/Turtle.py:450–454  ·  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

448 self.cv.tag_raise(lineitem)
449
450 def _delete(self, item):
451 """Delete graphics item from canvas.
452 If item is"all" delete all graphics items.
453 """
454 self.cv.delete(item)
455
456 def _update(self):
457 """Redraw graphics items on canvas

Callers 6

clearMethod · 0.80
_setshapeMethod · 0.80
_clearMethod · 0.80
_clearstampMethod · 0.80
_undogotoMethod · 0.80
_undoMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected