attribute property

attribute property

Gets or sets the Attribute data of a file element

Definition:

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

See Also