Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:clearstamps

127         'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color',
2530 self.clearstamps()
2912 """does the work for clearstamp() and clearstamps()
2948 def clearstamps(self, n=None):
2962 >>> turtle.clearstamps(2)
2963 >>> turtle.clearstamps(-2)
2964 >>> turtle.clearstamps()