def __init__(self): WCModel.__init__(self) TournamentPopulator(self).populate() self.tree = ProbableTournamentTree(self)
def __init__(self, **kwargs): WCModel.__init__(self, **kwargs) # set the precision for decimal calculations getcontext().prec = 4