Ejemplo n.º 1
0
 def stop(self):
     # surpass the PoolElement.stop because it doesn't do what we want
     PoolBaseElement.stop(self)
     PoolBaseGroup.stop(self)
Ejemplo n.º 2
0
 def stop(self):
     # surpass the PoolElement.stop because it doesn't do what we want
     PoolBaseElement.stop(self)
     PoolBaseGroup.stop(self)
Ejemplo n.º 3
0
 def stop(self):
     PoolBaseElement.stop(self)
     PoolBaseGroup.stop(self)
Ejemplo n.º 4
0
 def stop(self):
     PoolBaseElement.stop(self)
     PoolBaseGroup.stop(self)
Ejemplo n.º 5
0
 def stop(self):
     self.info("Stop!")
     PoolBaseElement.stop(self)
     self.controller.stop_element(self)
Ejemplo n.º 6
0
 def stop(self):
     self.info("Stop!")
     PoolBaseElement.stop(self)
     self.controller.stop_one(self.axis)