Check if option is set
(self, option, section='bleachbit')
| 250 | self.set_language(lang_id, True) |
| 251 | |
| 252 | def has_option(self, option, section='bleachbit'): |
| 253 | """Check if option is set""" |
| 254 | return self.config.has_option(section, option) |
| 255 | |
| 256 | def has_override(self, option, section='bleachbit'): |
| 257 | """Check if option is overridden""" |
no outgoing calls
no test coverage detected