Lines Matching refs:Save
126 def Save(self):
763 self.userCfg[key].Save()
792 save_option: Save option and value to config parser.
793 save_all: Save all the changes to the config parser and file.
827 """Save configuration changes to the user config file.
832 idleConf.userCfg['main'].Save()
846 idleConf.userCfg[config_type].Save()
849 # Save these even if unchanged!
850 idleConf.userCfg[config_type].Save()
865 configpage.Save()