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

Method attrDirectMap

service/port/efs.py:34–36  ·  view source on GitHub ↗
(values, target, source)

Source from the content-addressed store, hash-verified

32
33 @staticmethod
34 def attrDirectMap(values, target, source):
35 for val in values:
36 target[val] = source.getModifiedItemAttr(val)
37
38 @staticmethod
39 def getT2MwdSpeed(fit, sFit):

Callers 2

getRepairDataMethod · 0.80

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected