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

Method fits

eos/saveddata/fighter.py:450–455  ·  view source on GitHub ↗
(self, fit)

Source from the content-addressed store, hash-verified

448 self.projectionRange = projectionRange
449
450 def fits(self, fit):
451 # If ships doesn't support this type of fighter, don't add it
452 if fit.getNumSlots(self.slot) == 0:
453 return False
454
455 return True
456
457 def canDealDamage(self, ignoreState=False, ignoreAbilityState=False):
458 if self.item is None:

Callers 1

processImportInfoFunction · 0.95

Calls 1

getNumSlotsMethod · 0.80

Tested by

no test coverage detected