Searched refs:stampid (Results 1 – 2 of 2) sorted by relevance
3081 def _clearstamp(self, stampid): argument3084 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): argument3115 self._clearstamp(stampid)
545 .. function:: clearstamp(stampid)547 :param stampid: an integer, must be return value of previous550 Delete stamp with given *stampid*.