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

Method getGroupsByCategory

service/market.py:732–736  ·  view source on GitHub ↗

Get groups from given category

(self, cat)

Source from the content-addressed store, hash-verified

730 return variations
731
732 def getGroupsByCategory(self, cat):
733 """Get groups from given category"""
734 groups = set([grp for grp in cat.groups if self.getPublicityByGroup(grp)])
735
736 return groups
737
738 @staticmethod
739 def getMarketGroupChildren(mg):

Callers 1

getShipRootMethod · 0.95

Calls 1

getPublicityByGroupMethod · 0.95

Tested by

no test coverage detected