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

Method close

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

Source from the content-addressed store, hash-verified

303 self._soundpos = pos
304
305 def close(self):
306 file = self._file
307 if file:
308 self._file = None
309 if self._opened:
310 file.close()
311
312class Au_write:
313

Callers 3

__del__Method · 0.95
__exit__Method · 0.95
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected