Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
Dclient.py481 s = self._safe_read(self.length)
563 self._safe_read(2) # toss the CRLF at the end of the chunk
587 value.append(self._safe_read(amt))
591 value.append(self._safe_read(chunk_left))
623 def _safe_read(self, amt): member in HTTPResponse