def __init__(self, length):
     ProducerPE.__init__(self)
     self.length= length
Exemplo n.º 2
0
 def __init__(self, start, limit):
     ProducerPE.__init__(self)
     self.start = start
     self.limit = limit
 def __init__(self):
     ProducerPE.__init__(self)
Exemplo n.º 4
0
 def __init__(self, limit):
     ProducerPE.__init__(self)
     self.limit = limit
Exemplo n.º 5
0
 def __init__(self):
     ProducerPE.__init__(self)
Exemplo n.º 6
0
	def __init__(self, inputFile, numRepeats):
		ProducerPE.__init__(self)
		self.file = inputFile
		self.reps = numRepeats
Exemplo n.º 7
0
 def __init__(self, limit):
     ProducerPE.__init__(self)
     self.limit = limit