Return rep amount data in {time: {key: amount}} format.
(self, src, ancReload)
| 34 | return self._data[src.item.ID][ancReload]['finalRps'] |
| 35 | |
| 36 | def getRepAmountData(self, src, ancReload): |
| 37 | """Return rep amount data in {time: {key: amount}} format.""" |
| 38 | return self._data[src.item.ID][ancReload]['finalRepAmount'] |
| 39 | |
| 40 | # Specific data point getters |
| 41 | def getRpsDataPoint(self, src, ancReload, time): |