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

Method fits

eos/saveddata/fit.py:1802–1807  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1800
1801 @property
1802 def fits(self):
1803 for mod in self.modules:
1804 if not mod.isEmpty and not mod.fits(self):
1805 return False
1806
1807 return True
1808
1809 def getReleaseLimitForDrone(self, item):
1810 if not item.isDrone:

Callers 13

getFitMethod · 0.45
importESIFunction · 0.45
importXmlFunction · 0.45
importEftFunction · 0.45
importEftCfgFunction · 0.45
processImportInfoFunction · 0.45
refreshMethod · 0.45
DoMethod · 0.45
DoMethod · 0.45
DoMethod · 0.45
DoMethod · 0.45
DoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected