merlin.components.Curator¶
Module Contents¶
-
class
merlin.components.Curator.Curator¶ Bases:
merlin.componentThe component that manages the project persistent store
-
projectURI¶
-
doc= the location of the persistent project state¶
-
loadProject(self)¶ Retrieve the project configuration information from the archive
-
saveProject(self, project)¶ Save the given project configuration to the archive
-
saveAsset(self, asset)¶ Save the given asset to the archive
-
load(self, node)¶ Retrieve an object from the merlin file identified by {tag}
-
save(self, tag, item)¶ Pickle {item} into the merlin file indicated by {tag}
-