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

Method getShipRoot

service/market.py:870–875  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

868 return root
869
870 def getShipRoot(self):
871 cat1 = self.getCategory("Ship")
872 cat2 = self.getCategory("Structure")
873 root = set(self.getGroupsByCategory(cat1) | self.getGroupsByCategory(cat2))
874
875 return root
876
877 def getShipList(self, grpid):
878 """Get ships for given group id"""

Callers 3

stage1Method · 0.80
generateFullHTMLMethod · 0.80
generateMinimalHTMLMethod · 0.80

Calls 2

getCategoryMethod · 0.95
getGroupsByCategoryMethod · 0.95

Tested by

no test coverage detected