Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_turtle.py414 self.assertTrue(tpen.isdown())
416 self.assertFalse(tpen.isdown())
418 self.assertTrue(tpen.isdown())
/external/python/cpython2/Doc/library/
Dturtle.rst125 | :func:`isdown`
826 .. function:: isdown()
833 >>> turtle.isdown()
836 >>> turtle.isdown()
/external/python/cpython2/Lib/lib-tk/
Dturtle.py2038 def isdown(self): member in TPen
3876 if isdown():