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

Method __str__

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

Source from the content-addressed store, hash-verified

854 _tkExec(self.entry.config,fg=color)
855
856 def __str__(self):
857 return 'Entry "%s" at %s' % (self.getText(), self.anchor.coordStr())
858
859
860class Image(GraphicsObject):

Callers

nothing calls this directly

Calls 2

getTextMethod · 0.95
coordStrMethod · 0.80

Tested by

no test coverage detected