Пример #1
0
 def __init__(self, player, threshold=None, options=None):
     """Initialize runtime."""
     Runtime.__init__(self, player, threshold, options)
     self.threshold = self.num_players - 1
     self.s = 1
     self.d = 0
     self.s_lambda = 1
Пример #2
0
 def __init__(self, player, options):
     """Initialize runtime."""
     Runtime.__init__(self, player, options)
Пример #3
0
 def __init__(self, player, threshold, options=None):
     """Initialize runtime."""
     Runtime.__init__(self, player, threshold, options)
Пример #4
0
 def __init__(self, player, threshold, options=None):
     """Initialize runtime."""
     Runtime.__init__(self, player, threshold, options)