attribute001 property

attribute001 property

Gets or sets the attribute 1.

Definition:

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

See Also