To provide the most recent news and documentation www.pymvpa.org reflects the
development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the
documentation of the previous stable 0.4 series of PyMVPA, please
visit v04.pymvpa.org.
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
If False, a shallow copy of the collection is return instead. The copy
contains only views of the values.
a : list or None
List of attributes to include in the copy of the dataset. If
None all attributes are considered. If an empty list is
given, all attributes are stripped from the copy.
memo : dict
Developers only: This argument is only useful if copy() is called
inside the __deepcopy__() method and refers to the dict-argument
memo in the Python documentation.