Lines Matching refs:stamp
138 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards',
2859 >>> turtle.stamp()
2862 >>> turtle.stamp()
2894 >>> turtle.stamp()
2899 >>> turtle.stamp()
3049 ############################## stamp stuff ###############################
3051 def stamp(self):
3057 turtle position. Return a stamp_id for that stamp, which can be
3062 >>> turtle.stamp()
3093 self.undobuffer.push(("stamp", stitem))
3108 item = ("stamp", stampid)
3119 """Delete stamp with given stampid
3122 stampid - an integer, must be return value of previous stamp() call.
3126 >>> astamp = turtle.stamp()
3145 ... turtle.stamp(); turtle.fd(30)
3617 elif action == "stamp":
4134 turtle.stamp()
4135 tri.stamp()