mutwo.timeline_utilities¶
Object |
Documentation |
|---|---|
- class EventPlacementRegisterError(event_placement_to_register, message='')[source]¶
Bases:
ExceptionPublic Data Attributes:
Inherited from
BaseExceptionargsPublic Methods:
Inherited from
BaseExceptionwith_tracebackException.with_traceback(tb) -- set self.__traceback__ to tb and return self.
- Parameters:
message (str) –
- class ExceedDurationError(event_placement_to_register, duration)[source]¶
Bases:
EventPlacementRegisterErrorPublic Data Attributes:
Inherited from
BaseExceptionargsPublic Methods:
Inherited from
BaseExceptionwith_tracebackException.with_traceback(tb) -- set self.__traceback__ to tb and return self.
- class EventPlacementNotFoundError(tag=None, index=None, event_placement=None)[source]¶
Bases:
ExceptionPublic Data Attributes:
Inherited from
BaseExceptionargsPublic Methods:
Inherited from
BaseExceptionwith_tracebackException.with_traceback(tb) -- set self.__traceback__ to tb and return self.
- Parameters:
tag (Optional[str]) –
index (Optional[int]) –
- class TooSmallRangeWarning(event_placement, time_range)[source]¶
Bases:
WarningPublic Data Attributes:
Inherited from
BaseExceptionargsPublic Methods:
Inherited from
BaseExceptionwith_tracebackException.with_traceback(tb) -- set self.__traceback__ to tb and return self.