Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getsampwidth
Method
getsampwidth
Lib/wave.py:342–343 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
340
return
self._nframes
341
342
def
getsampwidth(self):
343
return
self._sampwidth
344
345
def
getframerate(self):
346
return
self._framerate
Callers
6
getparams
Method · 0.95
test_setparams_7_tuple_ieee_64bit_sampwidth
Method · 0.45
test_setsampwidth_ieee_accepts_64_bit
Method · 0.45
check_params
Method · 0.45
check_file
Method · 0.45
test_read_not_from_start
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_setparams_7_tuple_ieee_64bit_sampwidth
Method · 0.36
test_setsampwidth_ieee_accepts_64_bit
Method · 0.36
check_params
Method · 0.36
check_file
Method · 0.36
test_read_not_from_start
Method · 0.36