Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getformat
Method
getformat
Lib/wave.py:348–349 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
346
return
self._framerate
347
348
def
getformat(self):
349
return
self._format
350
351
def
getcomptype(self):
352
return
self._comptype
Callers
7
test_setparams_6_tuple_defaults_to_pcm
Method · 0.45
test_setparams_7_tuple_uses_format
Method · 0.45
test_setparams_7_tuple_ieee_64bit_sampwidth
Method · 0.45
test_getformat_setformat
Method · 0.45
test_read_getformat
Method · 0.45
check_params
Method · 0.45
check_file
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_setparams_6_tuple_defaults_to_pcm
Method · 0.36
test_setparams_7_tuple_uses_format
Method · 0.36
test_setparams_7_tuple_ieee_64bit_sampwidth
Method · 0.36
test_getformat_setformat
Method · 0.36
test_read_getformat
Method · 0.36
check_params
Method · 0.36
check_file
Method · 0.36