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

Method droneSort

gui/builtinAdditionPanes/projectedView.py:162–168  ·  view source on GitHub ↗
(self, drone)

Source from the content-addressed store, hash-verified

160 return fighter.item.name
161
162 def droneSort(self, drone):
163 item = drone.item
164 if item.marketGroup is None:
165 item = item.metaGroup.parent
166
167 return (gui.builtinAdditionPanes.droneView.DRONE_ORDER.index(item.marketGroup.name),
168 drone.item.name)
169
170 @staticmethod
171 def fitSort(fit):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected