Home
last modified time | relevance | path

Searched refs:get_shapepoly (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/turtledemo/
Dround_dance.py45 p =get_shapepoly()
/external/python/cpython3/Doc/library/
Dturtle.rst172 | :func:`get_shapepoly`
1292 .. function:: get_shapepoly()
1301 >>> turtle.get_shapepoly()
2356 | | direction | get_shapepoly, update |
2401 :meth:`Turtle.get_shapepoly` have been added. Thus the full range of
/external/python/cpython3/Lib/
Dturtle.py2964 def get_shapepoly(self): member in RawTurtle