attribute_namespace property

attribute_namespace property

Returns the namespace of the changed attribute, and null otherwise.

Definition:

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

See Also