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

Method read

Lib/tarfile.py:323–324  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

321 os.close(self.fd)
322
323 def read(self, size):
324 return os.read(self.fd, size)
325
326 def write(self, s):
327 os.write(self.fd, s)

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected