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

Method getnchannels

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

Source from the content-addressed store, hash-verified

639 self._nchannels = nchannels
640
641 def getnchannels(self):
642 if not self._nchannels:
643 raise Error('number of channels not set')
644 return self._nchannels
645
646 def setsampwidth(self, sampwidth):
647 if self._nframeswritten:

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected