is_link property

Returns true if the picture is linked to a file.

Definition:

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

See Also