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

Method __str__

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

Source from the content-addressed store, hash-verified

592 return canvas.create_rectangle(x1,y1,x2,y2,options)
593
594 def __str__(self):
595 return "Rect: %s to %s" % (self.p1.coordStr(), self.p2.coordStr())
596
597
598 def clone(self):

Callers

nothing calls this directly

Calls 1

coordStrMethod · 0.80

Tested by

no test coverage detected