Get rep amount data by specified time in {key: amount} format.
(self, src, ancReload, time)
| 43 | return self._getDataPoint(src=src, ancReload=ancReload, time=time, dataFunc=self.getRpsData) |
| 44 | |
| 45 | def getRepAmountDataPoint(self, src, ancReload, time): |
| 46 | """Get rep amount data by specified time in {key: amount} format.""" |
| 47 | return self._getDataPoint(src=src, ancReload=ancReload, time=time, dataFunc=self.getRepAmountData) |
| 48 | |
| 49 | # Preparation functions |
| 50 | def prepareRpsData(self, src, ancReload, maxTime): |
no test coverage detected