Searched refs:_UNKNOWN (Results 1 – 2 of 2) sorted by relevance
97 _UNKNOWN = 'UNKNOWN' variable383 self.version = _UNKNOWN # HTTP-Version384 self.status = _UNKNOWN # Status-Code385 self.reason = _UNKNOWN # Reason-Phrase387 self.chunked = _UNKNOWN # is "chunked" being used?388 self.chunk_left = _UNKNOWN # bytes left to read in current chunk389 self.length = _UNKNOWN # number of bytes left in response390 self.will_close = _UNKNOWN # conn will close at end of response610 assert self.chunked != _UNKNOWN1122 assert response.will_close != _UNKNOWN
92 _UNKNOWN = _NON_WORKING_STATUS_LIST[2] variable151 self._add_host(_UNKNOWN)