Home | History | Annotate | Download | only in python2.7

Lines Matching refs:txt

604     def createmessage(self, n, txt):
605 """Create a message, with text from the open file txt."""
617 buf = txt.read(BUFSIZE)