MCPcopy Index your code
hub / github.com/python/cpython / readinto1

Method readinto1

Lib/_pyio.py:1473–1475  ·  view source on GitHub ↗
(self, b)

Source from the content-addressed store, hash-verified

1471 return BufferedReader.read1(self, size)
1472
1473 def readinto1(self, b):
1474 self.flush()
1475 return BufferedReader.readinto1(self, b)
1476
1477 def write(self, b):
1478 if self._read_buf:

Callers

nothing calls this directly

Calls 2

flushMethod · 0.45
readinto1Method · 0.45

Tested by

no test coverage detected