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

Method isAbyssal

eos/gamedata.py:469–473  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

467
468 @property
469 def isAbyssal(self):
470 if Item.ABYSSAL_TYPES is None:
471 Item.getAbyssalTypes()
472
473 return self.ID in Item.ABYSSAL_TYPES
474
475 @classmethod
476 def getAbyssalTypes(cls):

Callers

nothing calls this directly

Calls 1

getAbyssalTypesMethod · 0.80

Tested by

no test coverage detected