MCPcopy 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
92class Error(Exception):
93 pass
94
95WAVE_FORMAT_PCM = 0x0001
96WAVE_FORMAT_IEEE_FLOAT = 0x0003

Callers 15

initfpMethod · 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
setformatMethod · 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…