create_clone method

On this page

create_clone

Creates a deep clone of the current instance.

def create_clone(self):
    ...

Returns: Any: Object clone.

See Also

On this page