attribute6 property

attribute6 property

Gets or sets the attribute6.

Definition:

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

See Also