Ejemplo n.º 1
0
 def __init__(self):
     ConsumerPE.__init__(self)
     self._add_output('output')
Ejemplo n.º 2
0
 def __init__(self):
     ConsumerPE.__init__(self)
Ejemplo n.º 3
0
 def __init__(self, tag):
     ConsumerPE.__init__(self)
     self.tag = tag
 def __init__(self, tag):
     ConsumerPE.__init__(self)
     self.tag = tag
Ejemplo n.º 5
0
 def __init__(self, tag):
     ConsumerPE.__init__(self)
     self.tag = tag
     self._add_output('output_real')
Ejemplo n.º 6
0
 def __init__(self, file_dest):
     ConsumerPE.__init__(self)
     self.file_dest = file_dest
Ejemplo n.º 7
0
def testConsumer():
    cons = ConsumerPE()
    tools.ok_(cons.process({'input': 1}) is None)
 def __init__(self, filename):
     ConsumerPE.__init__(self)
     self.filename = filename
Ejemplo n.º 9
0
 def __init__(self, label):
     ConsumerPE.__init__(self)
     self.label = label
Ejemplo n.º 10
0
 def __init__(self, file_dest):
     ConsumerPE.__init__(self)
     self.file_dest = file_dest
Ejemplo n.º 11
0
 def __init__(self, tag):
     ConsumerPE.__init__(self)
     self.tag = tag
     self._add_output('output_real')
 def __init__(self, filename):
     ConsumerPE.__init__(self)
     self.filename = filename
 def __init__(self):
     ConsumerPE.__init__(self)
     self.count = 0