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

Method _denormalizeValue

graphs/data/base/graph.py:294–299  ·  view source on GitHub ↗
(self, value, axisSpec, src, tgt)

Source from the content-addressed store, hash-verified

292 return values
293
294 def _denormalizeValue(self, value, axisSpec, src, tgt):
295 key = (axisSpec.handle, axisSpec.unit)
296 if key in self._denormalizers:
297 denormalizer = self._denormalizers[key]
298 value = denormalizer(value, src, tgt)
299 return value

Callers 1

_calcPointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected