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

Method __del__

tools/python-3.11.9-amd64/Lib/sunau.py:171–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

169 self.initfp(f)
170
171 def __del__(self):
172 if self._file:
173 self.close()
174
175 def __enter__(self):
176 return self

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected