MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / _getTimeCacheData

Method _getTimeCacheData

graphs/data/fitRemoteReps/getter.py:82–83  ·  view source on GitHub ↗
(self, src, ancReload)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

getRepAmountDataMethod · 0.80

Tested by

no test coverage detected