get all config data for an option
(self, section, option)
| 319 | self.save() |
| 320 | |
| 321 | def getMetaData(self, section, option): |
| 322 | """ get all config data for an option """ |
| 323 | return self.config[section][option] |
| 324 | |
| 325 | def addPluginConfig(self, name, config, outline=""): |
| 326 | """adds config options with tuples (name, type, desc, default)""" |
no outgoing calls
no test coverage detected