user property

user property

User

Definition:

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

See Also