finish property

finish property

Finish

Definition:

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

See Also