current_person 属性
current_person 属性
获取和设置当前用户。
定义:
@property
def current_person(self):
...
@current_person.setter
def current_person(self, value):
...
获取和设置当前用户。
@property
def current_person(self):
...
@current_person.setter
def current_person(self, value):
...