copy_example_task
copy_example_task(task_name, destination, overwrite=False)Copy a bundled example task to a user-controlled directory.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| task_name | str | Bundled task directory name. | required |
| destination | str | Path | Directory where the example task folder should be copied. | required |
| overwrite | bool | If True, replace an existing destination task folder. |
False |
Returns
| Name | Type | Description |
|---|---|---|
| Path | Path to the copied task directory inside destination. |