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

Method raceNameKey

gui/shipBrowser.py:197–198  ·  view source on GitHub ↗
(self, ship)

Source from the content-addressed store, hash-verified

195 ]
196
197 def raceNameKey(self, ship):
198 return self.RACE_ORDER.index(ship.race), ship.name
199
200 def stage2Callback(self, data):
201 if self.GetActiveStage() != 2:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected