Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ getnchannels
Method
getnchannels
Lib/wave.py:321–322 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
319
return
self._soundpos
320
321
def
getnchannels(self):
322
return
self._nchannels
323
324
def
getnframes(self):
325
return
self._nframes
Callers
4
getparams
Method · 0.95
check_params
Method · 0.45
check_file
Method · 0.45
test_read_not_from_start
Method · 0.45
Calls
no outgoing calls
Tested by
3
check_params
Method · 0.36
check_file
Method · 0.36
test_read_not_from_start
Method · 0.36