Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test
Function · 0.95
Calls
1
map
Function · 0.50
Tested by
no test coverage detected