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

Method getPublicityByGroup

service/market.py:849–855  ·  view source on GitHub ↗

Return if an group is published

(self, group)

Source from the content-addressed store, hash-verified

847 return pub
848
849 def getPublicityByGroup(self, group):
850 """Return if an group is published"""
851 if group.name in self.GROUPS_FORCEPUBLISHED:
852 pub = self.GROUPS_FORCEPUBLISHED[group.name]
853 else:
854 pub = group.published
855 return pub
856
857 def getMarketRoot(self):
858 """

Callers 1

getGroupsByCategoryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected