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

Method getAttributeInfo

service/attribute.py:34–42  ·  view source on GitHub ↗
(identity)

Source from the content-addressed store, hash-verified

32
33 @staticmethod
34 def getAttributeInfo(identity):
35 if isinstance(identity, (int, str)):
36 info = eos.db.getAttributeInfo(identity, eager="unit")
37 elif isinstance(identity, (int, float)):
38 id_ = int(identity)
39 info = eos.db.getAttributeInfo(id_, eager="unit")
40 else:
41 info = None
42 return info

Callers 11

getFighterAbilityMultFunction · 0.80
test_attributeFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
attributeIDCallbackMethod · 0.80
attributeIDCallbackMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_attributeFunction · 0.64