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

Method itemDataCats

service/port/eft.py:694–702  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

692
693 @property
694 def itemDataCats(self):
695 if self.__itemDataCats is None:
696 cats = set()
697 for itemSpec in self.itemSpecs:
698 if itemSpec is None:
699 continue
700 cats.add(itemSpec.item.category.name)
701 self.__itemDataCats = tuple(sorted(cats))
702 return self.__itemDataCats
703
704 @property
705 def isModuleRack(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected