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

Method getPoints

code/graphics/graphics.py:686–687  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

684 return other
685
686 def getPoints(self):
687 return map(Point.clone, self.points)
688
689 def _move(self, dx, dy):
690 for p in self.points:

Callers 1

testFunction · 0.95

Calls 1

mapFunction · 0.50

Tested by

no test coverage detected