Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dturtle.py2912 def _clearstamp(self, stampid): argument
2915 if stampid in self.stampItems:
2916 if isinstance(stampid, tuple):
2917 for subitem in stampid:
2920 self.screen._delete(stampid)
2921 self.stampItems.remove(stampid)
2924 item = ("stamp", stampid)
2934 def clearstamp(self, stampid): argument
2946 self._clearstamp(stampid)
/external/python/cpython2/Doc/library/
Dturtle.rst507 .. function:: clearstamp(stampid)
509 :param stampid: an integer, must be return value of previous
512 Delete stamp with given *stampid*.