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

Method write

Lib/tarfile.py:326–327  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

324 return os.read(self.fd, size)
325
326 def write(self, s):
327 os.write(self.fd, s)
328
329class _Stream:
330 """Class that serves as an adapter between TarFile and

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected