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

Method __str__

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

Source from the content-addressed store, hash-verified

618 return canvas.create_oval(x1,y1,x2,y2,options)
619
620 def __str__(self):
621 return "Oval: %s to %s" % (self.p1.coordStr(), self.p2.coordStr())
622
623
624class Circle(Oval):

Callers

nothing calls this directly

Calls 1

coordStrMethod · 0.80

Tested by

no test coverage detected