mutwo.common_utilities§
Object |
Documentation |
|---|---|
|
Raise for invalid envelope combinations in |
Raise for invalid error of ‘start_at’ in |
|
Raise in case backtracking algorithm can’t find any solution |
- class InvalidMinimaCurveAndMaximaCurveCombination[source]§
Raise for invalid envelope combinations in
mutwo.common_generators.Tendency.Public Data Attributes:
Inherited from
BaseExceptionPublic Methods:
Inherited from
Exception__init__(*args, **kwargs)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__(*args, **kwargs)__reduce__Helper for pickle.
__setstate__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§
- class UnequalEnvelopeDurationError(minima_curve, maxima_curve)[source]§
Public Data Attributes:
Inherited from
BaseExceptionPublic Methods:
__init__(minima_curve, maxima_curve)Inherited from
Exception__init__(minima_curve, maxima_curve)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__(minima_curve, maxima_curve)__reduce__Helper for pickle.
__setstate__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§
- class InvalidStartAtValueError(start_at)[source]§
Raise for invalid error of ‘start_at’ in
mutwo.common_generators.ActivityLevelPublic Data Attributes:
Inherited from
BaseExceptionPublic Methods:
__init__(start_at)Inherited from
ValueError__init__(start_at)Inherited from
Exception__init__(start_at)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__(start_at)__reduce__Helper for pickle.
__setstate__Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
- Parameters:
start_at (int) –
- with_traceback()§
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args§
- class NoSolutionFoundError[source]§
Raise in case backtracking algorithm can’t find any solution
Public Data Attributes:
Inherited from
BaseExceptionPublic 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__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§