get value
(self, section, option)
| 141 | |
| 142 | #---------------------------------------------------------------------- |
| 143 | def get(self, section, option): |
| 144 | """get value""" |
| 145 | return self.config[section][option]["value"] |
| 146 | |
| 147 | #---------------------------------------------------------------------- |
| 148 | def __getitem__(self, section): |
no outgoing calls
no test coverage detected