copy_project#
- Workspace.copy_project(project, name=None)[source]#
Makes a copy of an existing Project
- Parameters:
project (Project) – The Project object to be copied
name (str, optional) – A name for the new copy of the project. If not supplied, then one will be generated (e.g. ‘proj_02’)
- Returns:
proj – A handle to the new Project
- Return type:
list