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

Method refresh

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

Source from the content-addressed store, hash-verified

228 d.Display.populate(self, items)
229
230 def refresh(self, items):
231 if len(items) > 1:
232 items.sort(key=self.itemSort)
233 d.Display.refresh(self, items)
234
235
236class AttributeGrid(wxpg.PropertyGrid):

Callers

nothing calls this directly

Calls 1

sortMethod · 0.45

Tested by

no test coverage detected