WrightTools.collection.Collection.copy
- Collection.copy(parent=None, name=None, verbose=True)
Create a copy under parent.
All children are copied as well.
- Parameters:
parent (WrightTools Collection (optional)) – Parent to copy within. If None, copy is created in root of new tempfile. Default is None.
name (string (optional)) – Name of new copy at destination. If None, the current natural name is used. Default is None.
verbose (boolean (optional)) – Toggle talkback. Default is True.
- Returns:
Created copy.
- Return type:
Group