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

Method moduleSort

gui/builtinAdditionPanes/projectedView.py:155–156  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

153
154 @staticmethod
155 def moduleSort(module):
156 return not module.isExclusiveSystemEffect, module.item.name
157
158 @staticmethod
159 def fighterSort(fighter):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected