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

Method getFitsWithModules

service/fit.py:157–161  ·  view source on GitHub ↗

Lists fits flagged as booster

(typeIDs)

Source from the content-addressed store, hash-verified

155
156 @staticmethod
157 def getFitsWithModules(typeIDs):
158 """ Lists fits flagged as booster """
159 pyfalog.debug('Getting fits with modules')
160 fits = eos.db.getFitsWithModules(typeIDs)
161 return fits
162
163 @staticmethod
164 def countAllFits():

Callers 1

populateFitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected