Difference between Save and Write

Asked by Tomas Zulberti

Whats the difference between the methods save and write of pyschema.SchemaConfigParser? If I set a **fp** the **save**, then the things are done different, but if None is used, then it uses the same as write. So what is the difference?

Thanks,
Tomas Zulberti

Question information

Language:
English Edit question
Status:
Solved
For:
configglue Edit question
Assignee:
No assignee Edit question
Solved by:
Tomas Zulberti
Solved:
Last query:
Last reply:
Revision history for this message
Tomas Zulberti (tzulberti) said :
#1

The difference is that one is ConfigParser method and the other is Configglue method. The last one (if a file isn't specified) will
save the information using the different files, but the first one will only use the different files as required.