image_type property

image_type property

Definition:

@property
def image_type(self):
    ...

@image_type.setter
def image_type(self, value):
    ...

See Also