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

Method getshapes

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

Return a list of names of all currently available turtle shapes. No argument. Example (for a TurtleScreen instance named screen): >>> screen.getshapes() ['arrow', 'blank', 'circle', ... , 'turtle']

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

shapeMethod · 0.80

Calls 2

sortedFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected