clone method

clone

Returns a new instance with the same values.

def clone(self):
    ...

Returns: StrikeoutAnnotation: New instance with the same values.

See Also