Example #1
0
 def _initDrivers(self, drivers):
     self.drivers = drivers
     
     for d in drivers:
         trackRating = d.getTrackRating( self.track.type )
         #Load the qualifying speeds
         self.driverQualifyMap[d.number] = Qualify.getQualifySpeedChart(trackRating)
         #Load the speed ratings for this race
         self.__initializeSpeedChart(d)