示例#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)
示例#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)
示例#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)
示例#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)