def __init__(self, length):
     ProducerPE.__init__(self)
     self.length= length
예제 #2
0
 def __init__(self, start, limit):
     ProducerPE.__init__(self)
     self.start = start
     self.limit = limit
 def __init__(self):
     ProducerPE.__init__(self)
예제 #4
0
 def __init__(self, limit):
     ProducerPE.__init__(self)
     self.limit = limit
예제 #5
0
 def __init__(self):
     ProducerPE.__init__(self)
예제 #6
0
	def __init__(self, inputFile, numRepeats):
		ProducerPE.__init__(self)
		self.file = inputFile
		self.reps = numRepeats
예제 #7
0
 def __init__(self, limit):
     ProducerPE.__init__(self)
     self.limit = limit