(self)
| 57 | self._raise() |
| 58 | |
| 59 | def _raise(self): |
| 60 | raise TypeError("Options object is not a collection; use options.values" |
| 61 | " to access the collection of individual options") |
| 62 | |
| 63 | |
| 64 | # ================================================================ Funcs |
no outgoing calls
no test coverage detected