is_link property

The property indicates whether the attachment content consists only of a link to the file.

True if the attached file is referenced by a link (the content does not contain attached file content); otherwise, False.

Definition:

@property
def is_link(self):
    ...

See Also