Lines Matching refs:out
1669 def writeWithWarning(self,out,warning,left_count,repeat_count): argument
1679 out.write(str(self).rstrip() + "\n")
1682 out.write(warning)
1687 out.write(str(tok))
1691 out.write(warning)
1801 def write(self,out): argument
1802 out.write(str(self))
1804 def writeWithWarning(self,out,warning,repeat_count): argument
1807 left_count = b.writeWithWarning(out,warning,left_count,repeat_count)
2241 out = StringOutput()
2247 list.write(out)
2248 if out.get() != expected:
2253 print out.get(),