Ejemplo n.º 1
0
 def rank(self, round_name=None):
     """Returns the rank of the team across all groups."""
     return score_mgr.team_rank(self, round_name=round_name)
Ejemplo n.º 2
0
 def rank(self, round_name=None):
     """Returns the rank of the team across all groups."""
     return score_mgr.team_rank(self, round_name=round_name)
Ejemplo n.º 3
0
 def current_round_rank(self):
     """Gets the ranking of this team during the current round."""
     current_round = challenge_mgr.get_round_name()
     return score_mgr.team_rank(self, round_name=current_round)
Ejemplo n.º 4
0
 def current_round_rank(self):
     """Gets the ranking of this team during the current round."""
     current_round = challenge_mgr.get_round_name()
     return score_mgr.team_rank(self, round_name=current_round)