The Project class has this constructor:
filename,create=False,signature=_signature_,compression=0,binary=False,legacy=True) |
If the filename exists and create is False, the file is opened and the contents is read into the project dictionary. If not, a new empty file and project are created.
If legacy = True, the Project is allowed to read unsigned file formats. Writing is always done with signature though.
Project objects have the following methods:
) |
data) |
) |
) |
The loaded definitions will update the current project.
) |