clone method

clone

Returns a new instance with the same values.

def clone(self):
    ...

Returns: LinkAnnotation: A new LinkAnnotation instance containing the same property values as the original.

See Also