picture property
picture property
Gets and sets the data of the picture.
Definition:
@property
def picture(self):
    ...
@picture.setter
def picture(self, value):
    ...
Gets and sets the data of the picture.
@property
def picture(self):
    ...
@picture.setter
def picture(self, value):
    ...