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

Method getRpsDataPoint

graphs/data/fitRemoteReps/cache.py:41–43  ·  view source on GitHub ↗

Get RPS data by specified time in {key: rps} format.

(self, src, ancReload, time)

Source from the content-addressed store, hash-verified

39
40 # Specific data point getters
41 def getRpsDataPoint(self, src, ancReload, time):
42 """Get RPS data by specified time in {key: rps} format."""
43 return self._getDataPoint(src=src, ancReload=ancReload, time=time, dataFunc=self.getRpsData)
44
45 def getRepAmountDataPoint(self, src, ancReload, time):
46 """Get rep amount data by specified time in {key: amount} format."""

Callers 1

Calls 1

_getDataPointMethod · 0.95

Tested by

no test coverage detected