Lines Matching refs:TurtleScreenBase
482 class TurtleScreenBase(object):
487 a corresponding TurtleScreenBase class has to be implemented.
910 class TurtleScreen(TurtleScreenBase):
913 Only relies upon the methods of TurtleScreenBase and NOT
945 TurtleScreenBase.__init__(self, cv)
2566 screen._update() # TurtleScreenBase
2567 screen._delay(screen._delayvalue) # TurtleScreenBase