MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / exportBoosters

Function exportBoosters

service/port/eft.py:229–233  ·  view source on GitHub ↗
(boosters)

Source from the content-addressed store, hash-verified

227
228
229def exportBoosters(boosters):
230 boosterLines = []
231 for booster in sorted(boosters, key=lambda b: b.slot or 0):
232 boosterLines.append(booster.item.typeName)
233 return '\n'.join(boosterLines)
234
235
236def exportCargo(cargos):

Callers 1

exportEftFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected