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

Method populate

gui/propertyEditor.py:223–228  ·  view source on GitHub ↗
(self, items)

Source from the content-addressed store, hash-verified

221 self.update(items)
222
223 def populate(self, items):
224 if len(items) > 0:
225 self.unselectAll()
226 items.sort(key=self.itemSort)
227 self.activeItems = items
228 d.Display.populate(self, items)
229
230 def refresh(self, items):
231 if len(items) > 1:

Callers

nothing calls this directly

Calls 2

unselectAllMethod · 0.80
sortMethod · 0.45

Tested by

no test coverage detected