Exemplo n.º 1
0
 def addOutputStream(self, stream):
     if len(self.output_streams) > 1:
         raise OperationFactoryError("Can't handle more than one stream")
     return OperationFactory.addOutputStream(self, stream)
Exemplo n.º 2
0
 def addOutputStream(self, stream):
     return OperationFactory.addOutputStream(self, stream)
Exemplo n.º 3
0
 def addOutputStream(self, stream):
     if len(self.output_streams) > 1:
         raise OperationFactoryError("Can't handle more than one stream")
     return OperationFactory.addOutputStream(self, stream)
Exemplo n.º 4
0
 def addOutputStream(self, stream):
     return OperationFactory.addOutputStream(self, stream)