MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / read

Method read

tools/python-3.11.9-amd64/Lib/_pyio.py:1461–1465  ·  view source on GitHub ↗
(self, size=None)

Source from the content-addressed store, hash-verified

1459 return BufferedWriter.truncate(self, pos)
1460
1461 def read(self, size=None):
1462 if size is None:
1463 size = -1
1464 self.flush()
1465 return BufferedReader.read(self, size)
1466
1467 def readinto(self, b):
1468 self.flush()

Callers

nothing calls this directly

Calls 2

flushMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected