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

Method getRepAmountDataPoint

graphs/data/fitRemoteReps/cache.py:45–47  ·  view source on GitHub ↗

Get rep amount data by specified time in {key: amount} format.

(self, src, ancReload, time)

Source from the content-addressed store, hash-verified

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."""
47 return self._getDataPoint(src=src, ancReload=ancReload, time=time, dataFunc=self.getRepAmountData)
48
49 # Preparation functions
50 def prepareRpsData(self, src, ancReload, maxTime):

Callers 1

Calls 1

_getDataPointMethod · 0.95

Tested by

no test coverage detected