(self)
| 1893 | DEBUG_RANGES = True |
| 1894 | |
| 1895 | def some_exception(self): |
| 1896 | raise KeyError('blah') |
| 1897 | |
| 1898 | def _filter_debug_ranges(self, expected): |
| 1899 | return [line for line in expected if not set(line.strip()) <= set("^~")] |
no outgoing calls
no test coverage detected