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

Method getDpsDataPoint

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

Get DPS data by specified time in {key: dps} format.

(self, src, time)

Source from the content-addressed store, hash-verified

43
44 # Specific data point getters
45 def getDpsDataPoint(self, src, time):
46 """Get DPS data by specified time in {key: dps} format."""
47 return self._getDataPoint(src=src, time=time, dataFunc=self.getDpsData)
48
49 def getVolleyDataPoint(self, src, time):
50 """Get volley data by specified time in {key: volley} format."""

Callers 1

Calls 1

_getDataPointMethod · 0.95

Tested by

no test coverage detected