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

Lines Matching full:unread

26     Unread-response   [Response-headers-read]
31 Idle Req-started-unread-response
36 Request-started Req-sent-unread-response
45 -- there is no differentiation between an unread response body and a
64 Unread-response _CS_IDLE <response_class>
65 Req-started-unread-response _CS_REQ_STARTED <response_class>
66 Req-sent-unread-response _CS_REQ_SENT <response_class>
268 startofline = unread = tell = None
269 if hasattr(self.fp, 'unread'):
270 unread = self.fp.unread
317 if unread:
318 unread(line)