Home
last modified time | relevance | path

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

/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.py92 _UNKNOWN = _NON_WORKING_STATUS_LIST[2] variable
151 self._add_host(_UNKNOWN)