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

Method _move

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

Source from the content-addressed store, hash-verified

718 return canvas.create_text(x,y,options)
719
720 def _move(self, dx, dy):
721 self.anchor.move(dx,dy)
722
723 def clone(self):
724 other = Text(self.anchor, self.config['text'])

Callers 3

jquery-ui.min.jsFile · 0.45
jquery-ui.min.jsFile · 0.45
jquery-ui.min.jsFile · 0.45

Calls 1

moveMethod · 0.80

Tested by

no test coverage detected