qtpasta¶
Pasta project save and load functionality.
-
class
qtpasta.project.Project(pans=None, noodles=None, cheeses=None)¶ A Pasta project, including all currently-open noodles and cheese links.
-
data()¶ Return a dict encapsulating everything in the project.
-
load(filename)¶ Load the session from a YAML text file.
-
save(filename)¶ Save the session to a YAML text file.
-