MCPcopy Index your code
hub / github.com/python/cpython / getnchannels

Method getnchannels

Lib/wave.py:336–337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334 return self._soundpos
335
336 def getnchannels(self):
337 return self._nchannels
338
339 def getnframes(self):
340 return self._nframes

Callers 4

getparamsMethod · 0.95
check_paramsMethod · 0.45
check_fileMethod · 0.45

Calls

no outgoing calls

Tested by 3

check_paramsMethod · 0.36
check_fileMethod · 0.36