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

Method close

tools/python-3.11.9-amd64/Lib/tarfile.py:323–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

321 self.fd = os.open(name, mode, 0o666)
322
323 def close(self):
324 os.close(self.fd)
325
326 def read(self, size):
327 return os.read(self.fd, size)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected