Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhttplib.py96 _UNKNOWN = 'UNKNOWN' variable
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
569 assert self.chunked != _UNKNOWN
1028 assert response.will_close != _UNKNOWN