profile property

profile property

Profile

Definition:

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

See Also