(self, section, value)
| 157 | return Settings.parseBool(value) if value is not None else False |
| 158 | |
| 159 | def set_value(self, section, value): |
| 160 | Settings.setting[self.__setting_key__][section]=value |
| 161 | |
| 162 | @property |
| 163 | def keys(self): |
nothing calls this directly
no outgoing calls
no test coverage detected