Beispiel #1
0
 def __init__(self, inputargs, prevblock, booloutcome):
     Block.__init__(self, inputargs)
     self.prevblock = prevblock
     self.booloutcome = booloutcome
Beispiel #2
0
 def __init__(self, inputargs, prevblock, booloutcome):
     Block.__init__(self, inputargs)
     self.prevblock = prevblock
     self.booloutcome = booloutcome
Beispiel #3
0
 def __init__(self, framestate):
     Block.__init__(self, framestate.getvariables())
     self.framestate = framestate
     self.dead = False
Beispiel #4
0
 def __init__(self, framestate):
     Block.__init__(self, framestate.getvariables())
     self.framestate = framestate
     self.dead = False