示例#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)
示例#2
0
 def addOutputStream(self, stream):
     return OperationFactory.addOutputStream(self, stream)
示例#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)
示例#4
0
 def addOutputStream(self, stream):
     return OperationFactory.addOutputStream(self, stream)