Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getRepairData
Method · 0.80
getOutgoingProjectionData
Method · 0.80
Calls
1
getModifiedItemAttr
Method · 0.45
Tested by
no test coverage detected