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

Method __str__

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

Source from the content-addressed store, hash-verified

759 self.setFill(color)
760
761 def __str__(self):
762 return '"%s" at %s' % (self.getText(), self.anchor.coordStr())
763
764class Entry(GraphicsObject):
765

Callers

nothing calls this directly

Calls 2

getTextMethod · 0.95
coordStrMethod · 0.80

Tested by

no test coverage detected