owner property

owner property

Owner

Definition:

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

See Also