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

Function defaultSort

gui/builtinItemStatsViews/itemCompare.py:13–14  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

11
12
13def defaultSort(item):
14 return (item.metaLevel or 0, item.name)
15
16
17class ItemCompare(wx.Panel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected