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

Method __repr__

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

Source from the content-addressed store, hash-verified

847 def nr_of_items(self):
848 return self.bufsize - self.buffer.count([None])
849 def __repr__(self):
850 return str(self.buffer) + " " + str(self.ptr)
851
852
853

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected