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

Method _createimage

Lib/turtle.py:712–715  ·  view source on GitHub ↗

Create and return image item on canvas.

(self, image)

Source from the content-addressed store, hash-verified

710 self.cv.after(t, fun)
711
712 def _createimage(self, image):
713 """Create and return image item on canvas.
714 """
715 return self.cv.create_image(0, 0, image=image)
716
717 def _drawimage(self, item, pos, image):
718 """Configure image item as to draw image object

Callers 4

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

Calls 1

create_imageMethod · 0.80

Tested by

no test coverage detected