Bases: taurus.core.util.log.Logger
sends an event to all listeners or a specific one
A brief description of the model. Can be used as tooltip, for example
Gives the serialization operation mode.
Return type: | :class:~`TaurusSerializationMode` |
---|---|
Returns: | the current serialization mode |
returns True if anybody is listening to events from this attribute
Sets the serialization mode for the system.
Parameters: | mode (:class:~`TaurusSerializationMode`) – the new serialization mode |
---|