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

Method getRepAmountData

graphs/data/fitRemoteReps/cache.py:36–38  ·  view source on GitHub ↗

Return rep amount data in {time: {key: amount}} format.

(self, src, ancReload)

Source from the content-addressed store, hash-verified

34 return self._data[src.item.ID][ancReload]['finalRps']
35
36 def getRepAmountData(self, src, ancReload):
37 """Return rep amount data in {time: {key: amount}} format."""
38 return self._data[src.item.ID][ancReload]['finalRepAmount']
39
40 # Specific data point getters
41 def getRpsDataPoint(self, src, ancReload, time):

Callers 1

_getTimeCacheDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected