Get RPS data by specified time in {key: rps} format.
(self, src, ancReload, time)
| 39 | |
| 40 | # Specific data point getters |
| 41 | def getRpsDataPoint(self, src, ancReload, time): |
| 42 | """Get RPS data by specified time in {key: rps} format.""" |
| 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.""" |
no test coverage detected