event property

event property

Gets or sets the description of the specific event at which the photo was taken.

Definition:

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

See Also