Beispiel #1
0
 def _get_robots_cache_keys_and_controllers(cls, team_keys):
     cache_keys_and_controllers = []
     for team_key in filter(None, team_keys):
         cache_keys_and_controllers.append(
             (ApiTeamHistoryRobotsController.get_cache_key_from_format(
                 team_key.id()), ApiTeamHistoryRobotsController))
     return cache_keys_and_controllers
 def _get_robots_cache_keys_and_controllers(cls, team_keys):
     cache_keys_and_controllers = []
     for team_key in filter(None, team_keys):
             cache_keys_and_controllers.append((ApiTeamHistoryRobotsController.get_cache_key_from_format(team_key.id()), ApiTeamHistoryRobotsController))
     return cache_keys_and_controllers