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