MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / __repr__

Method __repr__

Python/Turtle.py:175–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

173 def __getnewargs__(self):
174 return (self[0], self[1])
175 def __repr__(self):
176 return "(%.2f,%.2f)" % self
177
178
179##############################################################################

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected