Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
H A Dclient.py95 _UNKNOWN = 'UNKNOWN' variable
269 self.version = _UNKNOWN # HTTP-Version
270 self.status = _UNKNOWN # Status-Code
271 self.reason = _UNKNOWN # Reason-Phrase
273 self.chunked = _UNKNOWN # is "chunked" being used?
274 self.chunk_left = _UNKNOWN # bytes left to read in current chunk
275 self.length = _UNKNOWN # number of bytes left in response
276 self.will_close = _UNKNOWN # conn will close at end of response
579 assert self.chunked != _UNKNOWN
601 assert self.chunked != _UNKNOWN
[all...]

Completed in 2 milliseconds