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

Method _prepareTimeCache

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

Source from the content-addressed store, hash-verified

59 return rpsMap
60
61 def _prepareTimeCache(self, src, ancReload, maxTime):
62 self.graph._timeCache.prepareRpsData(src=src, ancReload=ancReload, maxTime=maxTime)
63
64 def _getTimeCacheData(self, src, ancReload):
65 return self.graph._timeCache.getRpsData(src=src, ancReload=ancReload)

Callers 3

_getCommonDataMethod · 0.45
getRangeMethod · 0.45
getPointMethod · 0.45

Calls 1

prepareRpsDataMethod · 0.80

Tested by

no test coverage detected