def get(self): for i in xrange(options.num_chunks): self.write('A' * options.chunk_size) self.flush() self.finish()