mutwo.isis_utilities§

Object

Documentation

mutwo.isis_utilities.MonophonicSynthesizerError

class MonophonicSynthesizerError[source]§

Public Data Attributes:

Inherited from BaseException

args

Public Methods:

__init__()

Inherited from Exception

__init__()

Inherited from BaseException

__repr__()

Return repr(self).

__str__()

Return str(self).

__getattribute__(name, /)

Return getattr(self, name).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__delattr__(name, /)

Implement delattr(self, name).

__init__()

__reduce__

Helper for pickle.

__setstate__

with_traceback

Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.


with_traceback()§

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args§