Home
last modified time | relevance | path

Searched refs:end_fill (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Demo/turtle/
Dtdemo_paint.py26 end_fill()
Dtdemo_two_canvases.py44 t.end_fill()
/external/python/cpython2/Doc/library/
Dturtle.rst135 | :func:`end_fill`
1001 .. function:: end_fill()
1011 >>> turtle.end_fill()
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3198 def end_fill(self): member in RawTurtle
3965 end_fill()
/external/python/cpython2/Misc/
DHISTORY465 - Fix a bug in the turtle module's end_fill function.