MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / _prepareTimeCache

Method _prepareTimeCache

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

Source from the content-addressed store, hash-verified

77 return self._getTimeCacheDataPoint(src=src, ancReload=ancReload, time=time)
78
79 def _prepareTimeCache(self, src, ancReload, maxTime):
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)

Callers

nothing calls this directly

Calls 1

prepareRepAmountDataMethod · 0.80

Tested by

no test coverage detected