MCPcopy Index your code
hub / github.com/python/cpython / write

Method write

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

Source from the content-addressed store, hash-verified

322 return os.read(self.fd, size)
323
324 def write(self, s):
325 os.write(self.fd, s)
326
327class _Stream:
328 """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