(self, type)
| 1270 | return int(totalSlots - slotsUsed) |
| 1271 | |
| 1272 | def getNumSlots(self, type): |
| 1273 | return self.ship.getModifiedItemAttr(self.slots[type]) or 0 |
| 1274 | |
| 1275 | def getHardpointsFree(self, type): |
| 1276 | if type == FittingHardpoint.NONE: |
no test coverage detected