Container of some Collectables.
| Parameters : | items : all types accepted by update() |
|---|
Create a copy of a collection.
By default this is going to return a deep copy of the collection, hence no data would be shared between the original dataset and its copy.
| Parameters : | deep : boolean, optional
a : list or None
memo : dict
|
|---|
| Parameters : | source : list, Collection, dict copyvalues : None, shallow, deep
memo : dict
|
|---|