Exemplo n.º 1
0
 def getRatingPoints(self, division):
     return ladderRatingLocal(self.ladderPoints, division)
Exemplo n.º 2
0
 def getRatingPoints(self):
     if self.isInLadder():
         return ladderRatingLocal(self.rating, self.division)
     return 0
Exemplo n.º 3
0
 def getRating(self):
     return ladderRatingLocal(self.ratings[0], self.getDivision())
Exemplo n.º 4
0
 def getRatingPoints(self, division):
     return ladderRatingLocal(self.ladderPoints, division)
Exemplo n.º 5
0
 def getRatingPoints(self):
     if self.isInLadder():
         return ladderRatingLocal(self.rating, self.division)
     return 0
Exemplo n.º 6
0
 def getRating(self):
     return ladderRatingLocal(self.ratings[0], self.getDivision())