attribute1 property

attribute1 property

Gets or sets the attribute1.

Definition:

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

See Also