flash property

flash property

Gets or sets the flash.

Definition:

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

See Also