Searched defs:TurtleScreenBase (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py482 class TurtleScreenBase(object): class in inherits:object
487 a corresponding TurtleScreenBase class has to be implemented.
911 class TurtleScreen(TurtleScreenBase):
914 Only relies upon the methods of TurtleScreenBase and NOT
946 TurtleScreenBase.__init__(self, cv)
2567 screen._update() # TurtleScreenBase
2568 screen._delay(screen._delayvalue) # TurtleScreenBase
/external/python/cpython3/Lib/
H A Dturtle.py458 class TurtleScreenBase(object): class in inherits:object
463 a corresponding TurtleScreenBase class has to be implemented.
956 class TurtleScreen(TurtleScreenBase):
959 Only relies upon the methods of TurtleScreenBase and NOT
990 TurtleScreenBase.__init__(self, cv)
2662 screen._update() # TurtleScreenBase
2663 screen._delay(screen._delayvalue) # TurtleScreenBase

Completed in 139 milliseconds