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