MCPcopy Index your code
hub / github.com/pyload/pyload / saveConfig

Method saveConfig

module/gui/SettingsWidget.py:128–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126
127
128 def saveConfig(self):
129 self.data = self.connector.getConfig()
130 self.pdata = self.connector.getPluginConfig()
131
132 self.saveSection(self.sections, self.data)
133 self.saveSection(self.psections, self.pdata, "plugin")
134
135
136 def saveSection(self, sections, pdata, sec="core"):

Callers

nothing calls this directly

Calls 3

saveSectionMethod · 0.95
getConfigMethod · 0.45
getPluginConfigMethod · 0.45

Tested by

no test coverage detected