owner property

owner property

Gets the tag that denotes information about the owners of a file.

Definition:

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

See Also