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

Method _normalizeValue

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

Source from the content-addressed store, hash-verified

231 return miscParams
232
233 def _normalizeValue(self, value, axisSpec, src, tgt):
234 key = (axisSpec.handle, axisSpec.unit)
235 if key in self._normalizers:
236 normalizer = self._normalizers[key]
237 value = normalizer(value, src, tgt)
238 return value
239
240 _limiters = {}
241

Callers 1

_calcPointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected