MCPcopy Create free account
hub / github.com/csev/py4e / _move

Method _move

code/graphics/graphics.py:881–882  ·  view source on GitHub ↗
(self, dx, dy)

Source from the content-addressed store, hash-verified

879 return canvas.create_image(x,y,image=self.img)
880
881 def _move(self, dx, dy):
882 self.anchor.move(dx,dy)
883
884 def undraw(self):
885 del self.imageCache[self.imageId] # allow gc of tk photoimage

Callers

nothing calls this directly

Calls 1

moveMethod · 0.80

Tested by

no test coverage detected