Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
move
Method · 0.80
Tested by
no test coverage detected