Bases: Generic
[_KT
, _VT
], Event
Provides information to any observers about a mapping
which is having its contents modified
on an object they are watching.
-
instance: object
-
property_name: str
-
key: _KT
-
value: _VT
-
op: Op
-
timing: Timing
-
__init__(*, instance: object, property_name: str, key: _KT, value: _VT, op: Op, timing: Timing) → None
Method generated by attrs for class MappingModifiedEvent.