MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / sort

Method sort

gui/builtinContextMenus/envEffectAdd.py:22–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 self.items = []
21
22 def sort(self):
23 self.groups = OrderedDict((k, self.groups[k]) for k in sorted(self.groups))
24 for group in self.groups.values():
25 group.sort()
26 self.items.sort(key=lambda e: e.shortName)
27
28
29class Entry:

Callers 15

getAbyssalWeatherMethod · 0.95
populateMethod · 0.45
refreshMethod · 0.45
addFitsMethod · 0.45
stage1Method · 0.45
stage2CallbackMethod · 0.45
stage3Method · 0.45
_openAfterImportMethod · 0.45
generateFullHTMLMethod · 0.45
generateMinimalHTMLMethod · 0.45
populateMethod · 0.45
refreshMethod · 0.45

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected