MCPcopy 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
900class Pixmap:
901 """Pixmap represents an image as a 2D array of color values.

Callers

nothing calls this directly

Calls 1

coordStrMethod · 0.80

Tested by

no test coverage detected