current_person property

current_person property

Gets and sets the current user.

Definition:

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

See Also