picture property

picture property

Gets and sets the data of the picture.

Definition:

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

See Also