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

Method close

Lib/tarfile.py:320–321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318 self.fd = os.open(name, mode, 0o666)
319
320 def close(self):
321 os.close(self.fd)
322
323 def read(self, size):
324 return os.read(self.fd, size)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected