see `getConfig`
(self, option)
| 102 | self.setConf(option, value) |
| 103 | |
| 104 | def getConf(self, option): |
| 105 | """ see `getConfig` """ |
| 106 | return self.core.config.getPlugin(self.__name__, option) |
| 107 | |
| 108 | def getConfig(self, option): |
| 109 | """ Returns config value for current plugin |