Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dturtle.rst118 | :func:`clearstamps`
567 .. function:: clearstamps(n=None)
587 >>> turtle.clearstamps(2)
588 >>> turtle.clearstamps(-2)
589 >>> turtle.clearstamps()
/third_party/python/Lib/
Dturtle.py2627 self.clearstamps()
3118 def clearstamps(self, n=None): member in RawTurtle