Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
764
class
Entry(GraphicsObject):
765
Callers
nothing calls this directly
Calls
2
getText
Method · 0.95
coordStr
Method · 0.80
Tested by
no test coverage detected