accessor property

accessor property

Gets or sets the accessor. The source’s technique_common must have one and only one accessor.

Definition:

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

See Also