clone method

clone

Implement IClonable interface

Returns

Newly created Border instance with same properties

def clone(self):
    ...

See Also