예제 #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
파일: passive.py 프로젝트: aalto1/crypto
 def __init__(self, player, options):
     """Initialize runtime."""
     Runtime.__init__(self, player, options)
예제 #3
0
파일: passive.py 프로젝트: hanyunx/Viff
 def __init__(self, player, threshold, options=None):
     """Initialize runtime."""
     Runtime.__init__(self, player, threshold, options)
예제 #4
0
파일: passive.py 프로젝트: MaxFangX/viff
 def __init__(self, player, threshold, options=None):
     """Initialize runtime."""
     Runtime.__init__(self, player, threshold, options)