attribute_name property

attribute_name property

Returns the local name of the changed attribute, and null otherwise.

Definition:

@property
def attribute_name(self):
    ...
@attribute_name.setter
def attribute_name(self, value):
    ...

See Also