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