Project
Jump to navigation
Jump to search
The Project object contains one or more Items, representing Sessions and Sources.
Base Class: Object
Attributes
Attributes are read-only except where noted.
Name | Description |
---|---|
items | List of Items |
path | The path to the project file |
Methods
Name | Description |
---|---|
load(path) | loads the project at path into the current project |
save(path=None) | saves the current project. If path is not None, copies the project into the new location. |