Exemplo n.º 1
0
 def __init__(self, host, work=None):
     Termite.__init__(self, host)
     self.work = work
Exemplo n.º 2
0
 def __init__(self, host):
   Termite.__init__(self, host)
Exemplo n.º 3
0
 def __init__(self, host, work):
   Termite.__init__(self, host)
   self.move_wait_probability = Configuration.TERMITE_QUEEN_MOVE_WAIT_PROBABILITY
   self.work = work