Home
last modified time | relevance | path

Searched refs:clearstamps (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/library/
Dturtle.rst103 | :func:`clearstamps`
528 .. function:: clearstamps(n=None)
548 >>> turtle.clearstamps(2)
549 >>> turtle.clearstamps(-2)
550 >>> turtle.clearstamps()
/external/python/cpython3/Doc/library/
Dturtle.rst118 | :func:`clearstamps`
567 .. function:: clearstamps(n=None)
587 >>> turtle.clearstamps(2)
588 >>> turtle.clearstamps(-2)
589 >>> turtle.clearstamps()
/external/python/cpython3/Lib/
Dturtle.py2626 self.clearstamps()
3116 def clearstamps(self, n=None): member in RawTurtle
/external/python/cpython2/Lib/lib-tk/
Dturtle.py2531 self.clearstamps()
2949 def clearstamps(self, n=None): member in RawTurtle