(self, src, ancReload)
| 80 | self.graph._timeCache.prepareRepAmountData(src=src, ancReload=ancReload, maxTime=maxTime) |
| 81 | |
| 82 | def _getTimeCacheData(self, src, ancReload): |
| 83 | return self.graph._timeCache.getRepAmountData(src=src, ancReload=ancReload) |
| 84 | |
| 85 | def _getTimeCacheDataPoint(self, src, ancReload, time): |
| 86 | return self.graph._timeCache.getRepAmountDataPoint(src=src, ancReload=ancReload, time=time) |
nothing calls this directly
no test coverage detected