(self, session, start=1, stop=None, raw=True,output=False)
| 129 | raise NotImplementedError |
| 130 | |
| 131 | def get_range(self, session, start=1, stop=None, raw=True,output=False): |
| 132 | raise NotImplementedError |
| 133 | |
| 134 | def get_range_by_str(self, rangestr, raw=True, output=False): |
| 135 | raise NotImplementedError |
nothing calls this directly
no outgoing calls
no test coverage detected