Lines Matching refs:output
105 self.output = None
140 output = ''
143 output += 'stdout:\n'
144 output += stdout
147 output += 'stderr:\n'
148 output += stderr
152 output = cpe.output
156 output = ''
159 if output and not output.endswith('\n'):
160 output += '\n'
164 output += str(exception) + '\n'
165 self.logfile.write(self, output)
167 self.chained_file.write(output)
171 self.output = output
175 return output