MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / clone

Method clone

Lib/lib-tk/turtle.py:2617–2655  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

_newLineMethod · 0.95
deepcopyFunction · 0.90
_TurtleImageClass · 0.85
_createpolyMethod · 0.80
_createimageMethod · 0.80
_createlineMethod · 0.80
appendMethod · 0.45
_updateMethod · 0.45

Tested by

no test coverage detected