Home | History | Annotate | Download | only in Lib

Lines Matching refs:clearstamps

128         'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color',
2626 self.clearstamps()
3080 """does the work for clearstamp() and clearstamps()
3116 def clearstamps(self, n=None):
3130 >>> turtle.clearstamps(2)
3131 >>> turtle.clearstamps(-2)
3132 >>> turtle.clearstamps()