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

Method _getRepsPerKey

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

Source from the content-addressed store, hash-verified

71class YRepAmountMixin:
72
73 def _getRepsPerKey(self, src, ancReload, time):
74 # Total reps given makes no sense without time specified
75 if time is None:
76 raise ValueError
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)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected