Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
H A Dclient.py482 s = self._safe_read(self.length)
510 # we do not use _safe_read() here because this may be a .will_close
564 self._safe_read(2) # toss the CRLF at the end of the chunk
588 value.append(self._safe_read(amt))
592 value.append(self._safe_read(chunk_left))
624 def _safe_read(self, amt): member in HTTPResponse
637 """Same as _safe_read, but for reading into a buffer."""

Completed in 3 milliseconds