Searched refs:hideturtle (Results 1 - 13 of 13) sorted by relevance

/external/python/cpython3/Lib/turtledemo/
H A Dforest.py59 t.hideturtle()
66 pen.hideturtle()
72 pen.hideturtle()
78 pen.hideturtle()
H A Dchaos.py47 hideturtle()
H A Dtree.py42 p.hideturtle()
H A Dwikipedia.py41 p.hideturtle()
H A Dbytedesign.py150 t.hideturtle()
/external/python/cpython2/Demo/turtle/
H A Dtdemo_chaos.py47 hideturtle()
H A Dtdemo_tree.py42 p.hideturtle()
H A Dtdemo_wikipedia.py41 p.hideturtle()
H A Dtdemo_bytedesign.py151 t.hideturtle()
/external/python/cpython2/Lib/test/
H A Dtest_turtle.py425 tpen.hideturtle()
/external/python/cpython3/Lib/test/
H A Dtest_turtle.py429 tpen.hideturtle()
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
2218 >>> turtle.hideturtle()
2223 def hideturtle(self): member in class:TPen
2226 Aliases: hideturtle | ht
2235 >>> turtle.hideturtle()
2245 >>> turtle.hideturtle()
2383 ht = hideturtle
/external/python/cpython3/Lib/
H A Dturtle.py131 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
2303 >>> turtle.hideturtle()
2308 def hideturtle(self): member in class:TPen
2311 Aliases: hideturtle | ht
2320 >>> turtle.hideturtle()
2330 >>> turtle.hideturtle()
2478 ht = hideturtle

Completed in 459 milliseconds