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

Lines Matching refs:_UNKNOWN

96 _UNKNOWN = 'UNKNOWN'
354 self.version = _UNKNOWN # HTTP-Version
355 self.status = _UNKNOWN # Status-Code
356 self.reason = _UNKNOWN # Reason-Phrase
358 self.chunked = _UNKNOWN # is "chunked" being used?
359 self.chunk_left = _UNKNOWN # bytes left to read in current chunk
360 self.length = _UNKNOWN # number of bytes left in response
361 self.will_close = _UNKNOWN # conn will close at end of response
580 assert self.chunked != _UNKNOWN
1046 assert response.will_close != _UNKNOWN