Create and return a clone of the turtle. No argument. Create and return a clone of the turtle with same position, heading and turtle properties. Example (for a Turtle instance named mick): mick = Turtle() joe = mick.clone()
(self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected