Lines Matching refs:out
1101 def writeWithWarning(self, out, warning, left_count, repeat_count, indent): argument
1112 out.write(str(self) + '\n')
1115 out.write(warning)
1121 out.write(line + '\n')
1124 out.write(warning)
1245 def write(self, out): argument
1246 out.write(str(self))
1248 def writeWithWarning(self, out, warning, repeat_count): argument
1252 left_count, indent = b.writeWithWarning(out, warning, left_count,
1801 out = utils.StringOutput()
1805 blocks.write(out)
1806 if out.get() != expected:
1811 print out.get(),