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

Method formatMutants

service/port/eft.py:58–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 self.mutants = {}
57
58 def formatMutants(self):
59 mutationLines = []
60 if self.mutants:
61 for mutantReference in sorted(self.mutants):
62 mutant = self.mutants[mutantReference]
63 mutationLines.append(renderMutant(mutant, firstPrefix='[{}] '.format(mutantReference), prefix=' '))
64 return '\n'.join(mutationLines)
65
66
67def exportEft(fit, options, callback):

Callers 2

exportEftFunction · 0.95
exportDronesFunction · 0.95

Calls 2

renderMutantFunction · 0.90
appendMethod · 0.45

Tested by

no test coverage detected