MCPcopy 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
706class Text(GraphicsObject):
707

Callers

nothing calls this directly

Calls 1

coordStrMethod · 0.80

Tested by

no test coverage detected