Пример #1
0
 def __init__(self, inputargs, prevblock, booloutcome):
     Block.__init__(self, inputargs)
     self.prevblock = prevblock
     self.booloutcome = booloutcome
Пример #2
0
 def __init__(self, inputargs, prevblock, booloutcome):
     Block.__init__(self, inputargs)
     self.prevblock = prevblock
     self.booloutcome = booloutcome
Пример #3
0
 def __init__(self, framestate):
     Block.__init__(self, framestate.getvariables())
     self.framestate = framestate
     self.dead = False
Пример #4
0
 def __init__(self, framestate):
     Block.__init__(self, framestate.getvariables())
     self.framestate = framestate
     self.dead = False