Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Error
Class
Error
Lib/wave.py:92–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
]
91
92
class
Error(Exception):
93
pass
94
95
WAVE_FORMAT_PCM = 0x0001
96
WAVE_FORMAT_IEEE_FLOAT = 0x0003
Callers
15
initfp
Method · 0.70
setpos
Method · 0.70
_read_fmt_chunk
Method · 0.70
setnchannels
Method · 0.70
getnchannels
Method · 0.70
setsampwidth
Method · 0.70
getsampwidth
Method · 0.70
setframerate
Method · 0.70
getframerate
Method · 0.70
setnframes
Method · 0.70
setcomptype
Method · 0.70
setformat
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…