babycat.WaveformNamedResult¶
- class WaveformNamedResult¶
Bases:
object
A container for decoding operations that may have succeeded or failed.
WaveformNamedResult
contains either aWaveform
from a successful audio decoding or a Python exception from a failed audio decoding.- __new__(**kwargs)¶
- __repr__()¶
Return repr(self).
- exception¶
None
if decoding succeeded… or an exception if decoding failed.