Home
last modified time | relevance | path

Searched refs:begin_fill (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/turtledemo/
Dyinyang.py19 begin_fill()
31 begin_fill()
Dfractalcurves.py93 ft.begin_fill()
124 ft.begin_fill()
127 ft.begin_fill()
Dpaint.py30 begin_fill()
Dtwo_canvases.py38 t.begin_fill()
/external/python/cpython3/Doc/includes/
Dturtle-star.py3 begin_fill()
/external/python/cpython2/Demo/turtle/
Dtdemo_paint.py30 begin_fill()
Dtdemo_two_canvases.py38 t.begin_fill()
/external/python/cpython3/Lib/
Dturtle.py3310 def begin_fill(self): member in RawTurtle
3996 begin_fill()
4029 begin_fill()
4061 begin_fill()
4079 begin_fill()
/external/python/cpython3/Doc/library/
Dturtle.rst149 | :func:`begin_fill`
999 >>> turtle.begin_fill()
1007 .. function:: begin_fill()
1014 Fill the shape drawn after the last call to :func:`begin_fill`.
1019 >>> turtle.begin_fill()
2388 The behaviour of :meth:`begin_fill` and :meth:`end_fill`
/external/python/cpython2/Doc/library/
Dturtle.rst134 | :func:`begin_fill`
996 .. function:: begin_fill()
1003 Fill the shape drawn after the last call to :func:`begin_fill`. Equivalent
1009 >>> turtle.begin_fill()
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3180 def begin_fill(self): member in RawTurtle
3957 begin_fill()
/external/python/cpython2/Misc/
DHISTORY427 - Patch #1519566: Update turtle demo, make begin_fill idempotent.
/external/python/cpython3/Misc/
DHISTORY17811 - Patch #1519566: Update turtle demo, make begin_fill idempotent.