clone method

clone

Clones current object

Returns

Clone of current object

def clone(self):
    ...

See Also