Esempio n. 1
0
 def FromJSON(cls, season_file, standings_file, simulations, experiments):
     return cls(Season.FromJSON(season_file),
                Standings.FromJSON(standings_file), simulations,
                experiments)
Esempio n. 2
0
 def FromJSON(cls, season_file, standings_file):
     return cls(Season.FromJSON(season_file), Standings.FromJSON(standings_file))