(self, section, option)
| 80 | return section in self.options and option in self.options[section] |
| 81 | |
| 82 | def get(self, section, option): |
| 83 | return self.options[section][option] |
| 84 | |
| 85 | |
| 86 | class UnixTestCase(common.BleachbitTestCase): |
no outgoing calls
no test coverage detected