Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ __str__
Method
__str__
code/graphics/graphics.py:897–898 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
895
return
other
896
897
def
__str__(self):
898
return
'Image at %s'
% self.anchor.coordStr()
899
900
class
Pixmap:
901
""
"Pixmap represents an image
as
a 2D array of color values.
Callers
nothing calls this directly
Calls
1
coordStr
Method · 0.80
Tested by
no test coverage detected