make property

make property

Gets or sets the manufacturer of the recording equipment. This is the manufacturer of the DSC, scanner, video digitizer or other equipment that generated the image.

Definition:

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

See Also