Lines Matching defs:update
126 'setworldcoordinates', 'textinput', 'title', 'tracer', 'turtles', 'update',
228 _CFG.update(cfgdict2)
229 _CFG.update(cfgdict1)
562 self.cv.update()
858 """Will be raised in TurtleScreen.update, if _RUNNING becomes False.
1106 self.update()
1247 """Turns turtle animation on/off and set delay for update drawings.
1253 If n is given, only each n-th regular screen update is really performed.
1272 self.update()
1290 """Increment update counter."""
1298 def update(self):
1299 """Perform a TurtleScreen update.
2404 p.update(pendict)
2655 """Perform a Turtle-data update.
2673 """Turns turtle animation on/off and set delay for update drawings.
2679 If n is given, only each n-th regular screen update is really performed.
3201 if self._drawing: # now update currentLine
3749 self.update()