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

Method _createimage

Python/Turtle.py:617–620  ·  view source on GitHub ↗

Create and return image item on canvas.

(self, image)

Source from the content-addressed store, hash-verified

615 self.cv.after(t, fun)
616
617 def _createimage(self, image):
618 """Create and return image item on canvas.
619 """
620 return self.cv.create_image(0, 0, image=image)
621
622 def _drawimage(self, item, pos, image):
623 """Configure image item as to draw image object

Callers 4

clearMethod · 0.80
_setshapeMethod · 0.80
cloneMethod · 0.80
stampMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected