Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ __str__
Method
__str__
code/graphics/graphics.py:702–704 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
700
return
apply(GraphWin.create_polygon, args)
701
702
def
__str__(self):
703
return
"Polygon: %s"
% \
704
"-"
.join([pt.coordStr()
for
pt in self.points])
705
706
class
Text(GraphicsObject):
707
Callers
nothing calls this directly
Calls
1
coordStr
Method · 0.80
Tested by
no test coverage detected