clone method

clone

Clones the dictionary.

Returns

A new object that is a shallow copy of this instance.

def clone(self):
    ...

See Also