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

Method read

tools/python-3.11.9-amd64/Lib/tarfile.py:326–327  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

324 os.close(self.fd)
325
326 def read(self, size):
327 return os.read(self.fd, size)
328
329 def write(self, s):
330 os.write(self.fd, s)

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected