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

Method close

tools/python-3.11.9-amd64/Lib/aifc.py:382–386  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

380 self._soundpos = 0
381
382 def close(self):
383 file = self._file
384 if file is not None:
385 self._file = None
386 file.close()
387
388 def tell(self):
389 return self._soundpos

Callers 4

__exit__Method · 0.95
__init__Method · 0.45
__init__Method · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected