MCPcopy Index your code
hub / github.com/RustPython/RustPython / readinto1

Method readinto1

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

Source from the content-addressed store, hash-verified

1452 return BufferedReader.read1(self, size)
1453
1454 def readinto1(self, b):
1455 self.flush()
1456 return BufferedReader.readinto1(self, b)
1457
1458 def write(self, b):
1459 if self._read_buf:

Callers

nothing calls this directly

Calls 2

flushMethod · 0.45
readinto1Method · 0.45

Tested by

no test coverage detected