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

Lines Matching refs:readline

555     def readline(self, limit=-1):
570 return io.BufferedIOBase.readline(self, limit)