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

Method fill

service/fit.py:542–545  ·  view source on GitHub ↗
(self, fit)

Source from the content-addressed store, hash-verified

540 pyfalog.info("=" * 10 + "recalc time: " + str(time() - start_time) + "=" * 10)
541
542 def fill(self, fit):
543 if isinstance(fit, int):
544 fit = self.getFit(fit)
545 return fit.fill()

Callers 15

newFitMethod · 0.95
switchFitMethod · 0.95
getFitMethod · 0.95
changeCharMethod · 0.95
refreshFitMethod · 0.95
importESIFunction · 0.45
importXmlFunction · 0.45
importEftFunction · 0.45
importEftCfgFunction · 0.45
processImportInfoFunction · 0.45
DoMethod · 0.45
UndoMethod · 0.45

Calls 1

getFitMethod · 0.95

Tested by

no test coverage detected