Home
last modified time | relevance | path

Searched refs:isdown (Results 1 – 6 of 6) 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/cpython3/Lib/test/
Dtest_turtle.py418 self.assertTrue(tpen.isdown())
420 self.assertFalse(tpen.isdown())
422 self.assertTrue(tpen.isdown())
/external/python/cpython2/Doc/library/
Dturtle.rst125 | :func:`isdown`
826 .. function:: isdown()
833 >>> turtle.isdown()
836 >>> turtle.isdown()
/external/python/cpython3/Doc/library/
Dturtle.rst140 | :func:`isdown`
842 .. function:: isdown()
849 >>> turtle.isdown()
852 >>> turtle.isdown()
/external/python/cpython2/Lib/lib-tk/
Dturtle.py2038 def isdown(self): member in TPen
3876 if isdown():
/external/python/cpython3/Lib/
Dturtle.py2123 def isdown(self): member in TPen
3980 if isdown():