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

Method __str__

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

Source from the content-addressed store, hash-verified

638 return self.radius
639
640 def __str__(self):
641 return "Circle: center %s, r = %s" % \
642 (self.getCenter().coordStr(), approx(self.radius))
643
644
645class Line(_BBox):

Callers

nothing calls this directly

Calls 3

approxFunction · 0.85
coordStrMethod · 0.80
getCenterMethod · 0.80

Tested by

no test coverage detected