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

Method aifc

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

Source from the content-addressed store, hash-verified

627 self._aifc = 0
628
629 def aifc(self):
630 if self._nframeswritten:
631 raise Error('cannot change parameters after starting to write')
632 self._aifc = 1
633
634 def setnchannels(self, nchannels):
635 if self._nframeswritten:

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected