Searched defs:begin_fill (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py126 _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
3180 def begin_fill(self): function
3186 >>> turtle.begin_fill()
3199 """Fill the shape drawn after the call begin_fill().
3204 >>> turtle.begin_fill()
3957 begin_fill()
/external/python/cpython3/Lib/
H A Dturtle.py127 _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
3302 >>> turtle.begin_fill()
3310 def begin_fill(self): member in class:RawTurtle
3317 >>> turtle.begin_fill()
3332 """Fill the shape drawn after the call begin_fill().
3338 >>> turtle.begin_fill()
3996 begin_fill()
4029 begin_fill()
4061 begin_fill()
4079 begin_fill()
[all...]

Completed in 205 milliseconds