(self, rangestr, raw=True, output=False)
| 132 | raise NotImplementedError |
| 133 | |
| 134 | def get_range_by_str(self, rangestr, raw=True, output=False): |
| 135 | raise NotImplementedError |
| 136 | |
| 137 | |
| 138 | class HistoryAccessor(HistoryAccessorBase): |
nothing calls this directly
no outgoing calls
no test coverage detected