(self, option, value)
| 158 | self._original_options = AttribDict(self.options) |
| 159 | |
| 160 | def set_option(self, option, value): |
| 161 | self.options[option] = value |
| 162 | |
| 163 | def get_option(self, option): |
| 164 | return self.options[option] |
no outgoing calls
no test coverage detected