budosystems.events.collections.SetModifiedEvent

class SetModifiedEvent

Bases: Generic[FieldType], Event

Provides information to any observers about a set which is having its contents modified on an object they are watching.

instance: object
property_name: str
value: FieldType
op: Op
timing: Timing
__init__(*, instance: object, property_name: str, value: FieldType, op: Op, timing: Timing) None

Method generated by attrs for class SetModifiedEvent.