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