budosystems.events.base.FieldModifiedEvent

class FieldModifiedEvent

Bases: Generic[FieldType], Event

Provides information to any observers about a field that has been modified on an object they are watching.

instance: object
field_name: str
old_value: FieldType
new_value: FieldType
__init__(*, instance: object, field_name: str, old_value: FieldType, new_value: FieldType, timing: Timing) None

Method generated by attrs for class FieldModifiedEvent.

timing: Timing