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

Method _prepareTimeCache

graphs/data/fitDamageStats/getter.py:69–70  ·  view source on GitHub ↗
(self, src, maxTime)

Source from the content-addressed store, hash-verified

67 return dpsMap
68
69 def _prepareTimeCache(self, src, maxTime):
70 self.graph._timeCache.prepareDpsData(src=src, maxTime=maxTime)
71
72 def _getTimeCacheData(self, src):
73 return self.graph._timeCache.getDpsData(src=src)

Callers 5

_getCommonDataMethod · 0.45
getRangeMethod · 0.45
getPointMethod · 0.45
_getCommonDataMethod · 0.45
_getCommonDataMethod · 0.45

Calls 1

prepareDpsDataMethod · 0.80

Tested by

no test coverage detected