Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dturtle.py3081 def _clearstamp(self, stampid): argument
3084 if stampid in self.stampItems:
3085 if isinstance(stampid, tuple):
3086 for subitem in stampid:
3089 self.screen._delete(stampid)
3090 self.stampItems.remove(stampid)
3093 item = ("stamp", stampid)
3103 def clearstamp(self, stampid): argument
3115 self._clearstamp(stampid)
/third_party/python/Doc/library/
Dturtle.rst545 .. function:: clearstamp(stampid)
547 :param stampid: an integer, must be return value of previous
550 Delete stamp with given *stampid*.