Searched refs:_UNKNOWN (Results 1 – 1 of 1) sorted by relevance
96 _UNKNOWN = 'UNKNOWN' variable354 self.version = _UNKNOWN # HTTP-Version355 self.status = _UNKNOWN # Status-Code356 self.reason = _UNKNOWN # Reason-Phrase358 self.chunked = _UNKNOWN # is "chunked" being used?359 self.chunk_left = _UNKNOWN # bytes left to read in current chunk360 self.length = _UNKNOWN # number of bytes left in response361 self.will_close = _UNKNOWN # conn will close at end of response569 assert self.chunked != _UNKNOWN1028 assert response.will_close != _UNKNOWN