Example #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)
Example #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)
Example #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)
Example #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)