MCPcopy 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
82class Error(Exception):
83 pass
84
85WAVE_FORMAT_PCM = 0x0001
86WAVE_FORMAT_EXTENSIBLE = 0xFFFE

Callers 15

initfpMethod · 0.70
getmarkMethod · 0.70
setposMethod · 0.70
_read_fmt_chunkMethod · 0.70
setnchannelsMethod · 0.70
getnchannelsMethod · 0.70
setsampwidthMethod · 0.70
getsampwidthMethod · 0.70
setframerateMethod · 0.70
getframerateMethod · 0.70
setnframesMethod · 0.70
setcomptypeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected