Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Error
Class
Error
Lib/wave.py:82–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
__all__ = [
"open"
,
"Error"
,
"Wave_read"
,
"Wave_write"
]
81
82
class
Error(Exception):
83
pass
84
85
WAVE_FORMAT_PCM = 0x0001
86
WAVE_FORMAT_EXTENSIBLE = 0xFFFE
Callers
15
initfp
Method · 0.70
getmark
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
Calls
no outgoing calls
Tested by
no test coverage detected