MCPcopy Index your code
hub / github.com/csev/py4e / _move

Method _move

code/graphics/graphics.py:525–527  ·  view source on GitHub ↗

updates internal state of object to move it dx,dy units

(self, dx, dy)

Source from the content-addressed store, hash-verified

523 pass # must override in subclass
524
525 def _move(self, dx, dy):
526 """updates internal state of object to move it dx,dy units"""
527 pass # must override in subclass
528
529class Point(GraphicsObject):
530 def __init__(self, x, y):

Callers 1

moveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected