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

Lines Matching refs:clearstamps

127         'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color',
2531 self.clearstamps()
2913 """does the work for clearstamp() and clearstamps()
2949 def clearstamps(self, n=None):
2963 >>> turtle.clearstamps(2)
2964 >>> turtle.clearstamps(-2)
2965 >>> turtle.clearstamps()