Home
last modified time | relevance | path

Searched refs:_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/http/
Dclient.py93 _UNKNOWN = 'UNKNOWN' variable
247 self.version = _UNKNOWN # HTTP-Version
248 self.status = _UNKNOWN # Status-Code
249 self.reason = _UNKNOWN # Reason-Phrase
251 self.chunked = _UNKNOWN # is "chunked" being used?
252 self.chunk_left = _UNKNOWN # bytes left to read in current chunk
253 self.length = _UNKNOWN # number of bytes left in response
254 self.will_close = _UNKNOWN # conn will close at end of response
557 assert self.chunked != _UNKNOWN
571 assert self.chunked != _UNKNOWN
[all …]
/external/python/cpython2/Lib/
Dhttplib.py97 _UNKNOWN = 'UNKNOWN' variable
383 self.version = _UNKNOWN # HTTP-Version
384 self.status = _UNKNOWN # Status-Code
385 self.reason = _UNKNOWN # Reason-Phrase
387 self.chunked = _UNKNOWN # is "chunked" being used?
388 self.chunk_left = _UNKNOWN # bytes left to read in current chunk
389 self.length = _UNKNOWN # number of bytes left in response
390 self.will_close = _UNKNOWN # conn will close at end of response
610 assert self.chunked != _UNKNOWN
1122 assert response.will_close != _UNKNOWN
/external/autotest/site_utils/
Dlab_inventory_unittest.py82 _UNKNOWN = status_history.UNKNOWN variable
176 self._add_host(_UNKNOWN)