MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getAttribute

Method getAttribute

eos/gamedata.py:271–275  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

269 return attribs
270
271 def getAttribute(self, key, default=None):
272 if key in self.attributes:
273 return self.attributes[key].value
274 else:
275 return default
276
277 def isType(self, type):
278 for effect in self.effects.values():

Callers 15

setAsPatternMethod · 0.80
turretSorterMethod · 0.80
getChargeDamageInfoMethod · 0.80
getVariationsByItemsMethod · 0.80
runMethod · 0.80
fetchPricesMethod · 0.80
fetchPricesMethod · 0.80
_resolve_shipFunction · 0.80
_resolve_moduleFunction · 0.80
importXmlFunction · 0.80

Calls

no outgoing calls

Tested by 1