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

Method getRpsData

graphs/data/fitRemoteReps/cache.py:32–34  ·  view source on GitHub ↗

Return RPS data in {time: {key: rps}} format.

(self, src, ancReload)

Source from the content-addressed store, hash-verified

30
31 # Whole data getters
32 def getRpsData(self, src, ancReload):
33 """Return RPS data in {time: {key: rps}} format."""
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."""

Callers 1

_getTimeCacheDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected