SetWriteResult

class lsst.ts.salobj.topics.SetWriteResult(did_change: bool, was_written: bool, data: BaseMsgType)

Bases: object

Result from set_write.

Parameters
did_change

Did the keywords change any values?

was_written

Was the message written?

data

The data, after applying keywords. This should be a copy, to avoid race conditions between this call and other code that alters the data.