image_file_name property

image_file_name property

Definition:

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

See Also