clone method

clone

Returns new instance with the same values.

def clone(self):
    ...

See Also