MCPcopy
hub / github.com/pyload/pyload / save

Method save

module/ConfigParser.py:268–272  ·  view source on GitHub ↗

saves the configs to disk

(self)

Source from the content-addressed store, hash-verified

266
267
268 def save(self):
269 """saves the configs to disk"""
270
271 self.saveConfig(self.config, "pyload.conf")
272 self.saveConfig(self.plugin, "plugin.conf")
273
274
275 def __getitem__(self, section):

Callers 11

setMethod · 0.95
setPluginMethod · 0.95
startMethod · 0.45
addPackageMethod · 0.45
deleteFilesMethod · 0.45
deletePackagesMethod · 0.45
addFilesMethod · 0.45
setPackageDataMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

saveConfigMethod · 0.95

Tested by

no test coverage detected