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

Method aiff

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

Source from the content-addressed store, hash-verified

622 # User visible methods.
623 #
624 def aiff(self):
625 if self._nframeswritten:
626 raise Error('cannot change parameters after starting to write')
627 self._aifc = 0
628
629 def aifc(self):
630 if self._nframeswritten:

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected